Skip to content

Commit

Permalink
CI: test on 5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lmb committed Sep 20, 2022
1 parent aaa9af2 commit 6a01ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Expand Up @@ -44,7 +44,7 @@ blocks:
- name: TMPDIR
value: /tmp
- name: CI_MAX_KERNEL_VERSION
value: "5.18"
value: "5.19"
jobs:
- name: Build and Lint
commands:
Expand All @@ -67,6 +67,6 @@ blocks:
- name: Run unit tests
matrix:
- env_var: KERNEL_VERSION
values: ["5.18", "5.15", "5.10", "5.4", "4.19", "4.14", "4.9"]
values: ["5.19", "5.15", "5.10", "5.4", "4.19", "4.14", "4.9"]
commands:
- gotestsum --raw-command --ignore-non-json-output-lines --junitfile junit.xml -- ./run-tests.sh $KERNEL_VERSION -short -count 1 -json ./...
2 changes: 2 additions & 0 deletions elf_reader_test.go
Expand Up @@ -742,6 +742,8 @@ func TestLibBPFCompat(t *testing.T) {
t.Skip("Skipping due to missing MapExtra field in MapSpec")
case "netif_receive_skb.linked3.o":
t.Skip("Skipping due to possible bug in upstream CO-RE generation")
case "test_usdt.o", "test_usdt.linked3.o", "test_urandom_usdt.o", "test_urandom_usdt.linked3.o", "test_usdt_multispec.o":
t.Skip("Skipping due to missing support for usdt.bpf.h")
}

t.Parallel()
Expand Down

0 comments on commit 6a01ea0

Please sign in to comment.