diff mbox series

[ovs-dev,7/8] ci: Add make check-afxdp to GitHub actions ci.

Message ID 170073553893.369846.5572074452377923561.stgit@ebuild
State Changes Requested
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 fail github build: failed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Eelco Chaudron Nov. 23, 2023, 10:32 a.m. UTC
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
---
 .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 7cbb8d956..92282edb4 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