Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/kernel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -

- name: Run selftests
uses: libbpf/ci/run-vmtest@v3
uses: libbpf/ci/run-vmtest@run-vmtest-bump
# https://github.com/actions/runner/issues/1483#issuecomment-1031671517
# booleans are weird in GH.
continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veristat-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: zstd -d -T0 vmlinux-${{ env.ARCH_AND_TOOL }}.tar.zst --stdout | tar -xf -

- name: Run veristat
uses: libbpf/ci/run-vmtest@v3
uses: libbpf/ci/run-vmtest@run-vmtest-bump
with:
arch: x86_64
vmlinuz: '${{ github.workspace }}/vmlinuz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veristat-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}

- name: Run veristat
uses: libbpf/ci/run-vmtest@v3
uses: libbpf/ci/run-vmtest@run-vmtest-bump
with:
arch: x86_64
vmlinuz: '${{ github.workspace }}/vmlinuz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veristat-scx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
path: ${{ env.SCX_PROGS }}

- name: Run veristat
uses: libbpf/ci/run-vmtest@v3
uses: libbpf/ci/run-vmtest@run-vmtest-bump
with:
arch: x86_64
vmlinuz: '${{ github.workspace }}/vmlinuz'
Expand Down
Loading