Skip to content

Commit 6e704b4

Browse files
committed
1 parent 1dd8ccc commit 6e704b4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v4
68+
uses: libbpf/ci/run-vmtest@double-veristat
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@v4
53+
uses: libbpf/ci/run-vmtest@double-veristat
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@v4
74+
uses: libbpf/ci/run-vmtest@double-veristat
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
@@ -87,7 +87,7 @@ jobs:
8787
path: ${{ env.SCX_BUILD_OUTPUT }}
8888

8989
- name: Run veristat
90-
uses: libbpf/ci/run-vmtest@v4
90+
uses: libbpf/ci/run-vmtest@double-veristat
9191
with:
9292
arch: x86_64
9393
vmlinuz: '${{ github.workspace }}/vmlinuz'

0 commit comments

Comments
 (0)