summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2019-05-16 19:39:21 +0300
committerIlya Maximets <i.maximets@samsung.com>2019-06-10 17:46:11 +0300
commitc94e2d64f05e81b21aa1e027d5c00db8bf2dd91d (patch)
tree92193f1bdaf801b2ceda18fd6dce84aa5a407a75 /.travis.yml
parent40535924aa0673b7eca7960fde3f52c97790ad00 (diff)
downloadopenvswitch-c94e2d64f05e81b21aa1e027d5c00db8bf2dd91d.tar.gz
travis: Test with latest stable kernel releases.
Instead of managing kernel minor versions manually we could always test with the most recent stable release of the desired branch. With this patch applied Travis will always check with the most recent kernels, so we'll be notified about changes in upstream kernels that breaks the build of our kernel module. However, this will also break Travis checks on patches that doesn't touch the kernel parts until we fix the module. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Tested-by: Yifeng Sun <pkusunyifeng@gmail.com> Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 765692f7a..6621fb535 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,24 +28,24 @@ before_script: export PATH=$PATH:$HOME/bin
env:
- OPTS="--disable-ssl"
- - TESTSUITE=1 KERNEL=3.16.54
+ - TESTSUITE=1 KERNEL=3.16
- TESTSUITE=1 OPTS="--enable-shared"
- BUILD_ENV="-m32" OPTS="--disable-ssl"
- - KERNEL=3.16.65 DPDK=1 OPTS="--enable-shared"
- - KERNEL=3.16.65 TESTSUITE=1 DPDK=1
- - KERNEL=3.16.65 DPDK_SHARED=1
- - KERNEL=3.16.65 DPDK_SHARED=1 OPTS="--enable-shared"
- - KERNEL=4.20.17
- - KERNEL=4.19.37
- - KERNEL=4.18.20
- - KERNEL=4.17.19
- - KERNEL=4.16.18
- - KERNEL=4.15.18
- - KERNEL=4.14.114
- - KERNEL=4.9.171
- - KERNEL=4.4.179
- - KERNEL=3.19.8
- - KERNEL=3.16.65
+ - KERNEL=3.16 DPDK=1 OPTS="--enable-shared"
+ - KERNEL=3.16 TESTSUITE=1 DPDK=1
+ - KERNEL=3.16 DPDK_SHARED=1
+ - KERNEL=3.16 DPDK_SHARED=1 OPTS="--enable-shared"
+ - KERNEL=4.20
+ - KERNEL=4.19
+ - KERNEL=4.18
+ - KERNEL=4.17
+ - KERNEL=4.16
+ - KERNEL=4.15
+ - KERNEL=4.14
+ - KERNEL=4.9
+ - KERNEL=4.4
+ - KERNEL=3.19
+ - KERNEL=3.16
- TESTSUITE=1 LIBS=-ljemalloc
matrix: