Skip to content

Commit fbec2f0

Browse files
committed
1 parent f0d9e40 commit fbec2f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/kernel-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -
6666

6767
- name: Run selftests
68-
uses: libbpf/ci/run-vmtest@v3
68+
uses: libbpf/ci/run-vmtest@run-vmtest-bump
6969
# https://github.com/actions/runner/issues/1483#issuecomment-1031671517
7070
# booleans are weird in GH.
7171
continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }}

.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@run-vmtest-bump
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@run-vmtest-bump
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@run-vmtest-bump
9292
with:
9393
arch: x86_64
9494
vmlinuz: '${{ github.workspace }}/vmlinuz'

0 commit comments

Comments
 (0)