Skip to content

Commit

Permalink
ci: Add kernel and userspace ASAN/UBSAN tests.
Browse files Browse the repository at this point in the history
This patch adds ASAN and UBSAN GitHub action tests for both
the userspace and kernel datapaths.

Acked-by: Simon Horman <horms@ovn.org>
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
  • Loading branch information
chaudron committed Jan 17, 2024
1 parent fc13c0d commit 8b51b2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@ jobs:
testsuite: check-kernel
test_range: "100-"

- compiler: clang
sanitizers: address,undefined
testsuite: check-kernel
test_range: "-100"
- compiler: clang
sanitizers: address,undefined
testsuite: check-kernel
test_range: "100-"

- compiler: gcc
testsuite: check-offloads
test_range: "-100"
Expand All @@ -183,6 +192,11 @@ jobs:
dpdk: dpdk
testsuite: check-system-userspace

- compiler: clang
sanitizers: address,undefined
dpdk: dpdk
testsuite: check-system-userspace

- compiler: gcc
dpdk: dpdk
testsuite: check-system-tso
Expand Down

0 comments on commit 8b51b2b

Please sign in to comment.