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.
Signed-off-by: Ilya Maximets <[email protected]> --- .github/workflows/build-and-test.yml | 9 ++------- 1 file 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 -- 2.34.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
