summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYifeng Sun <pkusunyifeng@gmail.com>2019-01-29 14:18:08 -0800
committerBen Pfaff <blp@ovn.org>2019-02-04 13:42:02 -0800
commit7c84d7f481ccc6426536dbc641e3bffc76ab3322 (patch)
treefc47d73a6c1f50b35835404020940d2002828d2b /.travis.yml
parent7c5793e62a024c16a2151a13be91a86b49c10779 (diff)
downloadopenvswitch-7c84d7f481ccc6426536dbc641e3bffc76ab3322.tar.gz
datapath: Add support for kernel 4.18.x
No code changing is necessary to support 4.18.x. Only one kernel test failed and it is in the process of being fixed. Updated .travis.yml to include 4.18.x and also use latest 4.17 version. Updated test files to test 4.18 kernel. Tested-by: Greg Rose <gvrose8192@gmail.com> Reviewed-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: Yifeng Sun <pkusunyifeng@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f7746d1d..465876a67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,8 @@ env:
- KERNEL=3.16.54 TESTSUITE=1 DPDK=1
- KERNEL=3.16.54 DPDK_SHARED=1
- KERNEL=3.16.54 DPDK_SHARED=1 OPTS="--enable-shared"
- - KERNEL=4.17.14
+ - KERNEL=4.18.20
+ - KERNEL=4.17.19
- KERNEL=4.16.18
- KERNEL=4.15.18
- KERNEL=4.14.63