Skip to content

Commit e1b82e9

Browse files
committed
github: Temporarily disable system tests for DPDK and AF_XDP.
It looks like there is some system level issue with the new GitHub runner images that makes AF_XDP ports lock up the system when traffic is running through them. This makes our system tests for DPDK and AF_XDP hang and timeout, because both depend on AF_XDP interfaces. Disabling these system tests for now until we figure out what is going on. Link: actions/runner-images#13871 Acked-by: Aaron Conole <aconole@redhat.com> Acked-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
1 parent a9785c7 commit e1b82e9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ jobs:
181181
opts: --enable-shared
182182

183183
- compiler: gcc
184-
testsuite: check check-dpdk
184+
testsuite: check
185185
dpdk: dpdk
186186
- compiler: clang
187-
testsuite: check check-dpdk
187+
testsuite: check
188188
dpdk: dpdk
189189

190190
- compiler: gcc
@@ -261,10 +261,6 @@ jobs:
261261
dpdk: dpdk
262262
testsuite: check-system-tso
263263

264-
- compiler: gcc
265-
dpdk: dpdk
266-
testsuite: check-afxdp
267-
268264
steps:
269265
- name: checkout
270266
uses: actions/checkout@v6

0 commit comments

Comments
 (0)