summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2022-08-09 16:03:58 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-08-12 01:14:48 +0200
commit9bed06ab0531c687864cc5e05797c6acb8c89f49 (patch)
tree32c90c1b06e1803d9f4d052d9e8638da0bf70e49
parent6e3e6e404a5fb3196dbfcb3aee48d9a7cb59e88b (diff)
downloadopenvswitch-9bed06ab0531c687864cc5e05797c6acb8c89f49.tar.gz
github: Remove kernels that fail to build with newer compilers.
Kernels 5.0, 4.20, 4.18, 4.17, 4.16 are not longterm kernels and didn't receive updates for a long time. They are failing build with compilers provided with ubuntu 20.04. Removing them from the test matrix since we need to move CI from deprecated 18.04 image. Acked-by: Aaron Conole <aconole@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
-rw-r--r--.github/workflows/build-and-test.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index c1b88264c..667cb27e8 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -66,14 +66,9 @@ jobs:
libs: -ljemalloc
- compiler: gcc
- kernel_list: 5.0 4.20 4.19 4.18 4.17 4.16
+ kernel_list: 4.19 4.14 4.9 4.4 3.16
- compiler: clang
- kernel_list: 5.0 4.20 4.19 4.18 4.17 4.16
-
- - compiler: gcc
- kernel_list: 4.15 4.14 4.9 4.4 3.16
- - compiler: clang
- kernel_list: 4.15 4.14 4.9 4.4 3.16
+ kernel_list: 4.19 4.14 4.9 4.4 3.16
- compiler: gcc
afxdp: afxdp