Skip to content
Open
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/gcc-bpf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
run: zstd -d -T0 selftests-bpf-gcc-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -

- name: Run selftests
uses: libbpf/ci/run-vmtest@v4
uses: libbpf/ci/run-vmtest@retest-denylisted
env:
ARCH: ${{ inputs.arch }}
DEPLOYMENT: ${{ env.DEPLOYMENT }}
Expand Down
1 change: 1 addition & 0 deletions ci/vmtest/configs/DENYLIST.test_progs-bpf_gcc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ verifier_tailcall_jit
verify_pkcs7_sig
veristat/set_global_vars_from_file_succeeds
veristat/set_global_vars_succeeds
wq # flaky: usleep(50) could be too too short under emulation
xdp_context_lwt_encap
xdp_context_tuntap
xdp_context_veth
Expand Down
Loading