[ovs-dev] [PATCH v3 2/2] travis: Keep only arm64 builds.

Ilya Maximets i.maximets at ovn.org
Thu Nov 26 12:11:05 UTC 2020


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 at netronome.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
---
 .travis.yml | 29 -----------------------------
 1 file changed, 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
 
-- 
2.25.4



More information about the dev mailing list