This patch adds 'make check-afxdp' 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 <echau...@redhat.com>
---
 .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 1e92a0e2b..710757693 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -191,6 +191,10 @@ jobs:
             dpdk:         dpdk
             testsuite:    check-system-tso
 
+          - compiler:     gcc
+            dpdk:         dpdk
+            testsuite:    check-afxdp
+
     steps:
     - name: checkout
       uses: actions/checkout@v3

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to