[ovs-dev] [PATCH 8/8] travis: Update build matrix to include latest stable kernels

Thomas Graf tgraf at noironetworks.com
Wed Jan 7 02:10:36 UTC 2015


Signed-off-by: Thomas Graf <tgraf at noironetworks.com>
---
 .travis.yml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7056f54..1ffd15a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,16 +7,17 @@ before_install: ./.travis/prepare.sh
 
 env:
   - OPTS="--disable-ssl"
-  - TESTSUITE=1 KERNEL=3.17.4
-  - KERNEL=3.17.4 DPDK=1
+  - TESTSUITE=1 KERNEL=3.18.1
   - TESTSUITE=1 OPTS="--enable-shared"
-  - KERNEL=3.17.4 DPDK=1 OPTS="--enable-shared"
+  - KERNEL=3.17.7 DPDK=1
+  - KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
+  - KERNEL=3.17.7
   - KERNEL=3.16.7
-  - KERNEL=3.14.25
-  - KERNEL=3.12.33
-  - KERNEL=3.10.61
-  - KERNEL=3.4.104
-  - KERNEL=2.6.32.64
+  - KERNEL=3.14.27
+  - KERNEL=3.12.35
+  - KERNEL=3.10.63
+  - KERNEL=3.4.105
+  - KERNEL=2.6.32.65
 
 script: ./.travis/build.sh $OPTS
 
-- 
1.9.3




More information about the dev mailing list