mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
ci: Add kernel and userspace ASAN/UBSAN tests.
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>
This commit is contained in:
parent
fc13c0d65f
commit
8b51b2bcbd
14
.github/workflows/build-and-test.yml
vendored
14
.github/workflows/build-and-test.yml
vendored
@ -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"
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user