The GitHub runner image issue that caused these tests to fail has been resolved. Re-enabling check-dpdk for gcc and clang builds, and the check-afxdp system tests.
Link: https://github.com/actions/runner-images/issues/13871 Fixes: 3023278f8cc5 ("github: Temporarily disable system tests for DPDK and AF_XDP.") Signed-off-by: Eelco Chaudron <[email protected]> --- .github/workflows/build-and-test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index f1d006de6..f3d490156 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -181,10 +181,10 @@ jobs: opts: --enable-shared - compiler: gcc - testsuite: check + testsuite: check check-dpdk dpdk: dpdk - compiler: clang - testsuite: check + testsuite: check check-dpdk dpdk: dpdk - compiler: gcc @@ -261,6 +261,10 @@ jobs: dpdk: dpdk testsuite: check-system-tso + - compiler: gcc + dpdk: dpdk + testsuite: check-afxdp + steps: - name: checkout uses: actions/checkout@v6 -- 2.53.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
