mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 16:59:07 +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
2
.github/workflows/vmtest.yml
vendored
2
.github/workflows/vmtest.yml
vendored
@@ -29,6 +29,7 @@ on:
|
||||
type: string
|
||||
jobs:
|
||||
vmtest:
|
||||
name: llvm-${{ inputs.llvm-version }} pahole@${{ inputs.pahole }} linux-${{ inputs.kernel }}
|
||||
runs-on: ${{ inputs.runs_on }}
|
||||
steps:
|
||||
|
||||
@@ -114,6 +115,7 @@ jobs:
|
||||
DENYLIST_FILE: /tmp/denylist
|
||||
ARCH: ${{ inputs.arch }}
|
||||
KERNEL: ${{ inputs.kernel }}
|
||||
LLVM_VERSION: ${{ inputs.llvm-version }}
|
||||
SELFTESTS_BPF: ${{ github.workspace }}/.kernel/tools/testing/selftests/bpf
|
||||
VMTEST_CONFIGS: ${{ github.workspace }}/ci/vmtest/configs
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user