summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2020-10-12 13:25:10 -0700
committerIlya Maximets <i.maximets@ovn.org>2020-10-17 17:32:06 +0200
commitdbb0b86da76186458c31bdbc9b59ab801229c906 (patch)
tree19596c235aa7c1b476a58becaa66a69b324234bc /.travis.yml
parent44722d58c40b030a4e962ded447aa9670b6573b5 (diff)
downloadopenvswitch-dbb0b86da76186458c31bdbc9b59ab801229c906.tar.gz
travis: Update kernel list as of 5.8
Update the list to more closely track the LTS releases on kernel.org. Acked-by: Yi-Hung Wei <yihung.wei@gmail.com> Signed-off-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 43e6a75cc..9fd8bbe01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,8 +38,8 @@ env:
- TESTSUITE=1 OPTS="--enable-shared"
- TESTSUITE=1 DPDK=1
- TESTSUITE=1 LIBS=-ljemalloc
- - KERNEL_LIST="5.5 4.20 4.19 4.18 4.17 4.16"
- - KERNEL_LIST="4.15 4.14 4.9 4.4 3.19 3.16"
+ - KERNEL_LIST="5.8 5.5 5.4 4.19"
+ - KERNEL_LIST="4.14 4.9 4.4 3.16"
- AFXDP=1 KERNEL=5.3
- M32=1 OPTS="--disable-ssl"
- DPDK=1 OPTS="--enable-shared"