mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 08:49:06 +08:00
ci: cleanup now unused local actions and workflows
Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
This commit is contained in:
committed by
Andrii Nakryiko
parent
c1f8925561
commit
39e4e86263
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -15,12 +15,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- kernel: 'LATEST'
|
||||
runs_on: ubuntu-24.04
|
||||
arch: 'x86_64'
|
||||
llvm-version: '18'
|
||||
pahole: 'master'
|
||||
arch: ['x86_64']
|
||||
kernel: ['LATEST']
|
||||
llvm-version: ['17', '18']
|
||||
pahole: ['master', 'tmp.master']
|
||||
runs_on: ['ubuntu-24.04']
|
||||
name: ${{ matrix.kernel }} kernel llvm-${{ matrix.llvm-version }} pahole@${{ matrix.pahole }}
|
||||
uses: ./.github/workflows/vmtest.yml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user