aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2023-09-15 13:09:54 -0700
committerAndrii Nakryiko <andrii.nakryiko@gmail.com>2023-09-15 15:57:14 -0700
commit56069cda7897afdd0ae2478825845c7a7308c878 (patch)
tree0905cba483c3b7c6470ea80e123936c1493db6bd
parentaadf88d4f605265697b9e6d327ee2ad2af86c259 (diff)
downloadlibbpf-56069cda7897afdd0ae2478825845c7a7308c878.tar.gz
ci: denylist empty_skb temporary
The fix is in bpf tree. Needs to be merged to bpf-next, on which libbpf CI is tested. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
-rw-r--r--ci/vmtest/configs/DENYLIST-latest1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/vmtest/configs/DENYLIST-latest b/ci/vmtest/configs/DENYLIST-latest
index 1984883..a2f95da 100644
--- a/ci/vmtest/configs/DENYLIST-latest
+++ b/ci/vmtest/configs/DENYLIST-latest
@@ -1,4 +1,5 @@
decap_sanity # weird failure with decap_sanity_ns netns already existing, TBD
+empty_skb # waiting the fix in bpf tree to make it to bpf-next
bpf_nf/tc-bpf-ct # test consistently failing on x86: https://github.com/libbpf/libbpf/pull/698#issuecomment-1590341200
bpf_nf/xdp-ct # test consistently failing on x86: https://github.com/libbpf/libbpf/pull/698#issuecomment-1590341200
kprobe_multi_bench_attach # suspected to cause crashes in CI