Skip to content

Commit 3dfdaef

Browse files
committed
1 parent 41c79c6 commit 3dfdaef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/veristat-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: zstd -d -T0 vmlinux-${{ env.ARCH_AND_TOOL }}.tar.zst --stdout | tar -xf -
5151

5252
- name: Run veristat
53-
uses: libbpf/ci/run-vmtest@v3
53+
uses: libbpf/ci/run-vmtest@veristat-cfg
5454
with:
5555
arch: x86_64
5656
vmlinuz: '${{ github.workspace }}/vmlinuz'

.github/workflows/veristat-meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
7272

7373
- name: Run veristat
74-
uses: libbpf/ci/run-vmtest@v3
74+
uses: libbpf/ci/run-vmtest@veristat-cfg
7575
with:
7676
arch: x86_64
7777
vmlinuz: '${{ github.workspace }}/vmlinuz'

.github/workflows/veristat-scx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
path: ${{ env.SCX_PROGS }}
8989

9090
- name: Run veristat
91-
uses: libbpf/ci/run-vmtest@v3
91+
uses: libbpf/ci/run-vmtest@veristat-cfg
9292
with:
9393
arch: x86_64
9494
vmlinuz: '${{ github.workspace }}/vmlinuz'

0 commit comments

Comments
 (0)