Skip to content

Commit

Permalink
ci: ignore kprobe_multi test failures on arm64
Browse files Browse the repository at this point in the history
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 <lmb@isovalent.com>
  • Loading branch information
lmb committed May 10, 2024
1 parent 65a17a9 commit 067ec1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ jobs:
runs-on: actuated-arm64-2cpu-8gb
needs: build-and-lint
timeout-minutes: 15
env:
- EBPF_TEST_IGNORE_KERNEL_VERSION: 'TestKprobeMulti,TestKprobeMultiErrors,TestKprobeMultiCookie,TestKprobeMultiProgramCall,TestHaveBPFLinkKprobeMulti'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 067ec1a

Please sign in to comment.