ci: cleanup now unused local actions and workflows

Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
This commit is contained in:
Ihor Solodrai
2024-11-14 17:04:26 -08:00
committed by Andrii Nakryiko
parent c1f8925561
commit 39e4e86263
9 changed files with 24 additions and 332 deletions

View File

@@ -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: