Skip to content

Commit 9cbcd71

Browse files
committed
ci: ignore kprobe_multi test failures on arm64
Seems like the new CI arm64 kernels doesn't have the necessary config to support kprobe_multi. Ignore the error until we figure out what to do. Updates cilium#1460 Signed-off-by: Lorenz Bauer <[email protected]>
1 parent 65a17a9 commit 9cbcd71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
runs-on: actuated-arm64-2cpu-8gb
143143
needs: build-and-lint
144144
timeout-minutes: 15
145+
env:
146+
EBPF_TEST_IGNORE_KERNEL_VERSION: 'TestKprobeMulti,TestKprobeMultiErrors,TestKprobeMultiCookie,TestKprobeMultiProgramCall,TestHaveBPFLinkKprobeMulti'
145147
steps:
146148
- uses: actions/checkout@v4
147149

0 commit comments

Comments
 (0)