File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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) }}
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments