diff mbox series

[ovs-dev,v5,09/12] ci: Add make check-system-tso to GitHub actions ci.

Message ID 170298978969.1693084.6678333231090756351.stgit@ebuild
State Accepted
Commit adfc3d4a3289e69140d25e1f7858c37e883accd1
Delegated to: Eelco Chaudron
Headers show
Series ci: Add remaining check tests to GitHub actions. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed

Commit Message

Eelco Chaudron Dec. 19, 2023, 12:43 p.m. UTC
This patch adds 'make check-system-tso' to the GitHub actions ci.

Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Acked-by: Simon Horman <horms@ovn.org>
---
 .github/workflows/build-and-test.yml |    4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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