mirror of
https://github.com/openvswitch/ovs
synced 2025-08-24 19:07:45 +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
|
testsuite: check-kernel
|
||||||
test_range: "100-"
|
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
|
- compiler: gcc
|
||||||
testsuite: check-offloads
|
testsuite: check-offloads
|
||||||
test_range: "-100"
|
test_range: "-100"
|
||||||
@ -183,6 +192,11 @@ jobs:
|
|||||||
dpdk: dpdk
|
dpdk: dpdk
|
||||||
testsuite: check-system-userspace
|
testsuite: check-system-userspace
|
||||||
|
|
||||||
|
- compiler: clang
|
||||||
|
sanitizers: address,undefined
|
||||||
|
dpdk: dpdk
|
||||||
|
testsuite: check-system-userspace
|
||||||
|
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
dpdk: dpdk
|
dpdk: dpdk
|
||||||
testsuite: check-system-tso
|
testsuite: check-system-tso
|
||||||
|
Loading…
x
Reference in New Issue
Block a user