From 71f089a7de4b6e4d4f0041b1481482b775e6523b Mon Sep 17 00:00:00 2001 From: David Marchand Date: Wed, 26 Feb 2020 13:28:54 +0100 Subject: [PATCH] ci: dpdk only + custom repo Signed-off-by: David Marchand --- .github/workflows/build-and-test.yml | 86 +--------------------------- 1 file changed, 2 insertions(+), 84 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index bfd11f39b18..830c254915a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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 }} @@ -158,29 +158,6 @@ 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 @@ -188,18 +165,6 @@ jobs: 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 @@ -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