summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2020-11-25 12:20:04 +0100
committerIlya Maximets <i.maximets@ovn.org>2020-11-26 18:58:21 +0100
commita8ee6bf72852d2469dcddf26918f7fce53f32960 (patch)
tree8704bf02bb022382adf09a4c83ccbfb5adb75eb0 /.travis.yml
parent6cb2f5a630e32a2c521de95eaf97e0faea6c764c (diff)
downloadopenvswitch-a8ee6bf72852d2469dcddf26918f7fce53f32960.tar.gz
travis: Keep only arm64 builds.
All other builds are covered by GitHub Actions now. This should decrease time our jobs waiting in a queue due to reduced capacity of travis-ci.org. Acked-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.travis.yml b/.travis.yml
index 34ef16aa7..acf3c10fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,4 @@
language: c
-compiler:
- - gcc
- - clang
os:
- linux
@@ -32,25 +29,8 @@ before_install: ./.ci/${TRAVIS_OS_NAME}-prepare.sh
before_script: export PATH=$PATH:$HOME/bin
-env:
- - OPTS="--disable-ssl"
- - TESTSUITE=1 KERNEL=3.16
- - TESTSUITE=1 OPTS="--enable-shared"
- - TESTSUITE=1 DPDK=1
- - TESTSUITE=1 LIBS=-ljemalloc
- - KERNEL_LIST="5.8 5.5 5.4 4.19"
- - KERNEL_LIST="4.14 4.9 4.4 3.16"
- - AFXDP=1 KERNEL=5.3
- - M32=1 OPTS="--disable-ssl"
- - DPDK=1 OPTS="--enable-shared"
- - DPDK_SHARED=1
- - DPDK_SHARED=1 OPTS="--enable-shared"
-
matrix:
include:
- - os: osx
- compiler: clang
- env: OPTS="--disable-ssl"
- arch: arm64
compiler: gcc
env: TESTSUITE=1 DPDK=1
@@ -66,15 +46,6 @@ matrix:
- arch: arm64
compiler: clang
env: OPTS="--disable-ssl"
- - env: DEB_PACKAGE=1
- addons:
- apt:
- packages:
- - linux-headers-$(uname -r)
- - build-essential
- - fakeroot
- - devscripts
- - equivs
script: ./.ci/${TRAVIS_OS_NAME}-build.sh $OPTS