]> git.proxmox.com Git - mirror_ovs.git/blobdiff - .travis.yml
utilities: check datapath exists before conntrack flush
[mirror_ovs.git] / .travis.yml
index 4ae6a5b02af61c3d4804263a9a05592a01c254c9..4d7bbd8573065e2c36256849f0e8e5493f29c2cd 100644 (file)
@@ -15,6 +15,12 @@ addons:
       - llvm-dev
       - libjemalloc1
       - libjemalloc-dev
+      - libnuma-dev
+      - python-sphinx
+      - libelf-dev
+      - selinux-policy-dev
+      - libunbound-dev
+      - libunbound-dev:i386
 
 before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
 
@@ -24,17 +30,16 @@ sudo: false
 
 env:
   - OPTS="--disable-ssl"
-  - TESTSUITE=1 KERNEL=3.18.1
+  - TESTSUITE=1 KERNEL=3.16.54
   - TESTSUITE=1 OPTS="--enable-shared"
   - BUILD_ENV="-m32" OPTS="--disable-ssl"
-  - KERNEL=3.17.7 DPDK=1
-  - KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
-  - KERNEL=4.4.15
-  - KERNEL=4.1.28
-  - KERNEL=3.18.37
-  - KERNEL=3.14.73
-  - KERNEL=3.12.61
-  - KERNEL=3.10.102
+  - KERNEL=3.16.54 DPDK=1
+  - KERNEL=3.16.54 DPDK=1 OPTS="--enable-shared"
+  - KERNEL=4.14.47
+  - KERNEL=4.9.105
+  - KERNEL=4.4.135
+  - KERNEL=4.1.52
+  - KERNEL=3.16.56
   - TESTSUITE=1 LIBS=-ljemalloc
 
 matrix:
@@ -48,4 +53,4 @@ script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS
 notifications:
   email:
     recipients:
-      - build@openvswitch.org
+      - ovs-build@openvswitch.org