mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-27 03:39:06 +08:00
ci: remove LATEST kernel handling from vmtest
The libbpf CI always builds the kernel from source at CHECKPOINT-COMMIT; there is no prebuilt-kernel matrix entry. Remove the `kernel` input and the conditional build-vs-download logic, simplifying the workflow. The run-vmtest action defaults KERNEL to "LATEST" internally when the env var is unset, so DENYLIST-LATEST is still picked up. The vmlinuz path is auto-discovered via `make -s image_name` when not passed. Assisted-by: Claude:claude-opus-4-6 Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
This commit is contained in:
committed by
Andrii Nakryiko
parent
09ae947cd8
commit
6b9b5e34b1
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -16,16 +16,14 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- kernel: 'LATEST'
|
||||
runs_on: 'ubuntu-24.04'
|
||||
- runs_on: 'ubuntu-24.04'
|
||||
arch: 'x86_64'
|
||||
llvm-version: '21'
|
||||
pahole: 'master'
|
||||
name: Linux ${{ matrix.kernel }} llvm-${{ matrix.llvm-version }}
|
||||
name: llvm-${{ matrix.llvm-version }}
|
||||
uses: ./.github/workflows/vmtest.yml
|
||||
with:
|
||||
runs_on: ${{ matrix.runs_on }}
|
||||
kernel: ${{ matrix.kernel }}
|
||||
arch: ${{ matrix.arch }}
|
||||
llvm-version: ${{ matrix.llvm-version }}
|
||||
pahole: ${{ matrix.pahole }}
|
||||
|
||||
Reference in New Issue
Block a user