From a8ee6bf72852d2469dcddf26918f7fce53f32960 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Wed, 25 Nov 2020 12:20:04 +0100 Subject: 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 Signed-off-by: Ilya Maximets --- .travis.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1