Since the test case was renamed, the DENYLIST should be updated as well. The test log of selftests before udpate. - https://github.com/kernel-patches/bpf/actions/runs/3578436190/jobs/6018848635 (aarch64-gcc) - https://github.com/kernel-patches/bpf/actions/runs/3578436190/jobs/6018849210 (aarch64-llvm-16) The test log of selftests after update. - https://github.com/kernel-patches/bpf/actions/runs/3595023593/jobs/6055327754 (aarch64-gcc) - https://github.com/kernel-patches/bpf/actions/runs/3595023593/jobs/6055328464 (aarch64-llvm-16) Signed-off-by: Kui-Feng Lee <kuifeng@xxxxxx> --- ci/vmtest/configs/DENYLIST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/vmtest/configs/DENYLIST b/ci/vmtest/configs/DENYLIST index d12cf9fae5ee..1ce9cefd457f 100644 --- a/ci/vmtest/configs/DENYLIST +++ b/ci/vmtest/configs/DENYLIST @@ -1,6 +1,6 @@ # TEMPORARY btf_dump/btf_dump: syntax -kprobe_multi_test/bench_attach +kprobe_multi_bench_attach core_reloc/enum64val core_reloc/size___diff_sz core_reloc/type_based___diff_sz -- 2.30.2