[ovs-dev] [PATCH 11/11] travis: Update test kernels

Joe Stringer joe at ovn.org
Fri Jul 21 23:46:14 UTC 2017


From: Greg Rose <gvrose8192 at gmail.com>

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 at gmail.com>
Signed-off-by: Joe Stringer <joe at ovn.org>
---
 .travis.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 36cd5cf6a7d9..9d0fd44281e8 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:
-- 
2.11.1



More information about the dev mailing list