This patch adds 'make check-system-tso' to the GitHub actions ci.
Signed-off-by: Eelco Chaudron <[email protected]>
---
.github/workflows/build-and-test.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/build-and-test.yml
b/.github/workflows/build-and-test.yml
index db0a1ac39..d74668f61 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -187,6 +187,10 @@ jobs:
dpdk: dpdk
testsuite: check-system-userspace
+ - compiler: gcc
+ dpdk: dpdk
+ testsuite: check-system-tso
+
steps:
- name: checkout
uses: actions/checkout@v3
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev