summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2017-07-21 16:46:14 -0700
committerJoe Stringer <joe@ovn.org>2017-07-24 11:25:39 -0700
commit858d113ebc289402f3354e89a9296d56a11baa4a (patch)
treef9cb63a48b3c31aade588103120f0a35e0b79bdb /.travis.yml
parentb03d05872308f4924363c6b2b4a466a763792bad (diff)
downloadopenvswitch-858d113ebc289402f3354e89a9296d56a11baa4a.tar.gz
travis: Update test kernels
Update the Travis test kernels as per the latest information from kernel.org. In particular add support for kernel 4.12 as the newest released kernel. Signed-off-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: Joe Stringer <joe@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 36cd5cf6a..9d0fd4428 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,17 +25,17 @@ sudo: false
env:
- OPTS="--disable-ssl"
- - TESTSUITE=1 KERNEL=3.16.43
+ - TESTSUITE=1 KERNEL=3.16.46
- TESTSUITE=1 OPTS="--enable-shared"
- BUILD_ENV="-m32" OPTS="--disable-ssl"
- - KERNEL=3.16.43 DPDK=1
- - KERNEL=3.16.43 DPDK=1 OPTS="--enable-shared"
- - KERNEL=4.11.1
- - KERNEL=4.10.16
- - KERNEL=4.9.28
- - KERNEL=4.4.68
- - KERNEL=4.1.39
- - KERNEL=3.10.105
+ - KERNEL=3.16.46 DPDK=1
+ - KERNEL=3.16.46 DPDK=1 OPTS="--enable-shared"
+ - KERNEL=4.12.2
+ - KERNEL=4.11.11
+ - KERNEL=4.9.38
+ - KERNEL=4.4.77
+ - KERNEL=4.1.42
+ - KERNEL=3.10.107
- TESTSUITE=1 LIBS=-ljemalloc
matrix: