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:12:42 +0200
commitdcc3b87a3fdac1a79a82d549171dd4a753678f98 (patch)
tree62c13c3f24dea9f16ac4191445ab9b6c0d7a2b35
parentd76f81f41607cb8d2b76e5d3044a3a3dafd8138a (diff)
downloadopenvswitch-dcc3b87a3fdac1a79a82d549171dd4a753678f98.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 414797389..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.5 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.5 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