diff mbox series

[bpf-next] selftests/bpf: Change the name kprobe_multi_test/bench_attach to kprobe_multi_bench_attach in DENYLIST.

Message ID 20221202000249.3865528-1-kuifeng@fb.com (mailing list archive)
State Not Applicable
Delegated to: BPF
Headers show
Series [bpf-next] selftests/bpf: Change the name kprobe_multi_test/bench_attach to kprobe_multi_bench_attach in DENYLIST. | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for bpf-next
netdev/apply fail Patch does not apply to bpf-next
bpf/vmtest-bpf-next-VM_Test-1 success Logs for ShellCheck
bpf/vmtest-bpf-next-VM_Test-7 success Logs for llvm-toolchain
bpf/vmtest-bpf-next-VM_Test-8 success Logs for set-matrix
bpf/vmtest-bpf-next-VM_Test-5 success Logs for build for x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-6 success Logs for build for x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-2 success Logs for build for aarch64 with gcc
bpf/vmtest-bpf-next-VM_Test-3 success Logs for build for aarch64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-4 success Logs for build for s390x with gcc
bpf/vmtest-bpf-next-VM_Test-9 success Logs for test_maps on aarch64 with gcc
bpf/vmtest-bpf-next-VM_Test-10 success Logs for test_maps on aarch64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-12 success Logs for test_maps on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-13 success Logs for test_maps on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-14 success Logs for test_progs on aarch64 with gcc
bpf/vmtest-bpf-next-VM_Test-15 success Logs for test_progs on aarch64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-17 success Logs for test_progs on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-18 success Logs for test_progs on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-19 success Logs for test_progs_no_alu32 on aarch64 with gcc
bpf/vmtest-bpf-next-VM_Test-20 fail Logs for test_progs_no_alu32 on aarch64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-22 success Logs for test_progs_no_alu32 on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-23 success Logs for test_progs_no_alu32 on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-24 success Logs for test_progs_no_alu32_parallel on aarch64 with gcc
bpf/vmtest-bpf-next-VM_Test-25 success Logs for test_progs_no_alu32_parallel on aarch64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-27 success Logs for test_progs_no_alu32_parallel on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-28 success Logs for test_progs_no_alu32_parallel on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-29 success Logs for test_progs_parallel on aarch64 with gcc
bpf/vmtest-bpf-next-VM_Test-30 success Logs for test_progs_parallel on aarch64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-32 success Logs for test_progs_parallel on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-33 success Logs for test_progs_parallel on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-34 success Logs for test_verifier on aarch64 with gcc
bpf/vmtest-bpf-next-VM_Test-35 success Logs for test_verifier on aarch64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-37 success Logs for test_verifier on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-38 success Logs for test_verifier on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-26 success Logs for test_progs_no_alu32_parallel on s390x with gcc
bpf/vmtest-bpf-next-VM_Test-36 success Logs for test_verifier on s390x with gcc
bpf/vmtest-bpf-next-VM_Test-11 success Logs for test_maps on s390x with gcc
bpf/vmtest-bpf-next-VM_Test-21 success Logs for test_progs_no_alu32 on s390x with gcc
bpf/vmtest-bpf-next-VM_Test-31 success Logs for test_progs_parallel on s390x with gcc
bpf/vmtest-bpf-next-PR fail PR summary
bpf/vmtest-bpf-next-VM_Test-16 success Logs for test_progs on s390x with gcc

Commit Message

Kui-Feng Lee Dec. 2, 2022, 12:02 a.m. UTC
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@fb.com>
---
 ci/vmtest/configs/DENYLIST | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kui-Feng Lee Dec. 2, 2022, 1:06 a.m. UTC | #1
Apparently, this is the right place to send this patch.
Sorry to disturb you.

On Thu, 2022-12-01 at 16:02 -0800, Kui-Feng Lee wrote:
> 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@fb.com>
> ---
>  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
diff mbox series

Patch

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