mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 08:49:06 +08:00
ci: configure CI test jobs
* Don't run pahole@tmp.master + llvm-17 combination. * Use descriptive name of for vmtest jobs * Don't run test_progs_cpuv4 when LLVM_VERSION < 18 (same as on BPF CI) * Add some logging to prepare-selftests-run.sh Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
This commit is contained in:
committed by
Andrii Nakryiko
parent
39e4e86263
commit
cd73a17321
21
.github/workflows/test.yml
vendored
21
.github/workflows/test.yml
vendored
@@ -15,11 +15,22 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arch: ['x86_64']
|
||||
kernel: ['LATEST']
|
||||
llvm-version: ['17', '18']
|
||||
pahole: ['master', 'tmp.master']
|
||||
runs_on: ['ubuntu-24.04']
|
||||
include:
|
||||
- kernel: 'LATEST'
|
||||
runs_on: 'ubuntu-24.04'
|
||||
arch: 'x86_64'
|
||||
llvm-version: '18'
|
||||
pahole: 'master'
|
||||
- kernel: 'LATEST'
|
||||
runs_on: 'ubuntu-24.04'
|
||||
arch: 'x86_64'
|
||||
llvm-version: '17'
|
||||
pahole: 'master'
|
||||
- kernel: 'LATEST'
|
||||
runs_on: 'ubuntu-24.04'
|
||||
arch: 'x86_64'
|
||||
llvm-version: '18'
|
||||
pahole: 'tmp.master'
|
||||
name: ${{ matrix.kernel }} kernel llvm-${{ matrix.llvm-version }} pahole@${{ matrix.pahole }}
|
||||
uses: ./.github/workflows/vmtest.yml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user