Skip to content

Commit 2222112

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 2222112

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
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

@@ -153,7 +155,7 @@ jobs:
153155
- run: go install gotest.tools/[email protected]
154156

155157
- name: Test
156-
run: gotestsum --ignore-non-json-output-lines --junitfile junit.xml -- -exec sudo -short -count 1 -json ./...
158+
run: gotestsum --ignore-non-json-output-lines --junitfile junit.xml -- -exec 'sudo -E' -short -count 1 -json ./...
157159

158160
- name: Benchmark
159161
run: go test -exec sudo -short -run '^$' -bench . -benchtime=1x ./...

0 commit comments

Comments
 (0)