diff mbox series

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

Message ID 170298977544.1693084.2015219069752403022.stgit@ebuild
State Accepted
Commit 09958e081c9ce01f5824fd5d16faa3a8295b0e34
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:42 p.m. UTC
This patch adds 'make check-system-userspace' to the GitHub actions ci.
The tests are not split into two seperate test runs as they complete in
around 10 minutes.

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 586b0cdd9..db0a1ac39 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -183,6 +183,10 @@  jobs:
             testsuite:    check-offloads
             test_range:   "100-"
 
+          - compiler:     gcc
+            dpdk:         dpdk
+            testsuite:    check-system-userspace
+
     steps:
     - name: checkout
       uses: actions/checkout@v3