[ovs-dev] [PATCH 13/13] travis: Update kernel matrix.

Joe Stringer joe at ovn.org
Tue Jan 12 01:54:01 UTC 2016


Remove v4.2 as it is EOL; Add v4.3 as we support this version in
OVS-2.5. Update other versions to the latest listed on kernel.org.

Signed-off-by: Joe Stringer <joe at ovn.org>
---
 .travis.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ea1d7e7ebea4..85fb0a5a12be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,15 +24,15 @@ env:
   - BUILD_ENV="-m32" OPTS="--disable-ssl"
   - KERNEL=3.17.7 DPDK=1
   - KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
-  - KERNEL=4.2.5
-  - KERNEL=4.1.12
-  - KERNEL=3.18.23
-  - KERNEL=3.14.56
-  - KERNEL=3.12.49
-  - KERNEL=3.10.92
+  - KERNEL=4.3.3
+  - KERNEL=4.1.15
+  - KERNEL=3.18.25
+  - KERNEL=3.14.58
+  - KERNEL=3.12.51
+  - KERNEL=3.10.94
   - KERNEL=3.4.110
-  - KERNEL=3.2.72
-  - KERNEL=2.6.32.68
+  - KERNEL=3.2.75
+  - KERNEL=2.6.32.69
 
 script: ./.travis/build.sh $OPTS
 
-- 
2.1.4




More information about the dev mailing list