summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2022-07-14 14:23:26 -0700
committerIlya Maximets <i.maximets@ovn.org>2022-07-15 13:45:55 +0200
commitb6941ca7b8c943d78f3d1f4016068e2041701904 (patch)
tree4abc3e6fed344f2a0116c448613fec2187614466 /.github/workflows
parent16bec677aab8482a0fc9e26a4356fb5cce502e5a (diff)
downloadopenvswitch-b6941ca7b8c943d78f3d1f4016068e2041701904.tar.gz
ci: Stop building OVS kernel module.
Remove kernel based github workflows since the OVS kernel driver is no longer supported since Release 2.18 Co-authored-by: David Marchand <david.marchand@redhat.com> Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-and-test.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 4c84b3a96..66b226ce4 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -16,7 +16,6 @@ jobs:
DPDK: ${{ matrix.dpdk }}
DPDK_SHARED: ${{ matrix.dpdk_shared }}
KERNEL: ${{ matrix.kernel }}
- KERNEL_LIST: ${{ matrix.kernel_list }}
LIBS: ${{ matrix.libs }}
M32: ${{ matrix.m32 }}
OPTS: ${{ matrix.opts }}
@@ -37,14 +36,11 @@ jobs:
- compiler: gcc
testsuite: test
- kernel: 3.16
- compiler: clang
testsuite: test
- kernel: 3.16
asan: asan
- compiler: clang
testsuite: test
- kernel: 3.16
ubsan: ubsan
- compiler: gcc
@@ -69,16 +65,6 @@ jobs:
libs: -ljemalloc
- compiler: gcc
- kernel_list: 5.8 5.5 5.4 4.19
- - compiler: clang
- kernel_list: 5.8 5.5 5.4 4.19
-
- - compiler: gcc
- kernel_list: 4.14 4.9 4.4 3.16
- - compiler: clang
- kernel_list: 4.14 4.9 4.4 3.16
-
- - compiler: gcc
afxdp: afxdp
kernel: 5.3
- compiler: clang