Skip to content

Commit

Permalink
ci: dpdk only + custom repo
Browse files Browse the repository at this point in the history
Signed-off-by: David Marchand <[email protected]>
  • Loading branch information
david-marchand committed Nov 22, 2024
1 parent 1e96476 commit 71f089a
Showing 1 changed file with 2 additions and 84 deletions.
86 changes: 2 additions & 84 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
env:
dependencies: gcc libnuma-dev libxdp-dev ninja-build pkgconf
CC: gcc
DPDK_GIT: https://dpdk.org/git/dpdk
DPDK_VER: refs/heads/main
DPDK_GIT: https://github.com/david-marchand/dpdk
DPDK_VER: refs/heads/main-for-ovs
name: dpdk gcc
outputs:
dpdk_key: ${{ steps.gen_dpdk_key.outputs.key }}
Expand Down Expand Up @@ -158,48 +158,13 @@ jobs:
fail-fast: false
matrix:
include:
- compiler: gcc
opts: --disable-ssl
- compiler: clang
opts: --disable-ssl

- compiler: gcc
std: c99
- compiler: clang
std: c99

- compiler: gcc
testsuite: test
- compiler: clang
sanitizers: address,undefined
testsuite: test

- compiler: gcc
testsuite: test
opts: --enable-shared
- compiler: clang
testsuite: test
opts: --enable-shared

- compiler: gcc
testsuite: check check-dpdk
dpdk: dpdk
- compiler: clang
testsuite: check check-dpdk
dpdk: dpdk

- compiler: gcc
testsuite: test
libs: -ljemalloc
- compiler: clang
testsuite: test
libs: -ljemalloc

- compiler: gcc
opts: --enable-afxdp
- compiler: clang
opts: --enable-afxdp

- compiler: gcc
dpdk: dpdk
opts: --enable-shared
Expand All @@ -222,53 +187,6 @@ jobs:
- compiler: gcc
dpdk_experimental: dpdk-experimental

- compiler: gcc
m32: m32
opts: --disable-ssl

- compiler: gcc
testsuite: check-ovsdb-cluster

- compiler: gcc
testsuite: check-kernel
test_range: "-100"
- compiler: gcc
testsuite: check-kernel
test_range: "100-"

- compiler: clang
sanitizers: address,undefined
testsuite: check-kernel
test_range: "-100"
- compiler: clang
sanitizers: address,undefined
testsuite: check-kernel
test_range: "100-"

- compiler: gcc
testsuite: check-offloads
test_range: "-100"
- compiler: gcc
testsuite: check-offloads
test_range: "100-"

- compiler: gcc
dpdk: dpdk
testsuite: check-system-userspace

- compiler: clang
sanitizers: address,undefined
dpdk: dpdk
testsuite: check-system-userspace

- compiler: gcc
dpdk: dpdk
testsuite: check-system-tso

- compiler: gcc
dpdk: dpdk
testsuite: check-afxdp

steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 71f089a

Please sign in to comment.