summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Marchand <david.marchand@redhat.com>2022-12-21 18:51:20 +0100
committerIlya Maximets <i.maximets@ovn.org>2022-12-21 20:23:42 +0100
commit9a86a3dd68f054d47e1a93b8dec03d51479554f4 (patch)
tree16bfd1616b229c9bc70d9e27b01b19ee3ba362a4 /.travis.yml
parentd5469cb743c284461739cb99c686dfbe92ded70c (diff)
downloadopenvswitch-9a86a3dd68f054d47e1a93b8dec03d51479554f4.tar.gz
travis: Drop support.
Following a change in the terms of use, free Travis credits are really too low for a realistic usage by OVS contributors. As a consequence, testing OVS with Travis has been abandoned by most (if not all) contributors to the project. Drop the Travis configuration from our repository, clean references in the documentation and move GHA specifics to the association yml. Acked-by: Aaron Conole <aconole@redhat.com> Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml57
1 files changed, 0 insertions, 57 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index c7aeede06..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,57 +0,0 @@
-language: c
-
-os:
- - linux
-
-cache:
- directories:
- - dpdk-dir
-
-addons:
- apt:
- packages:
- - bc
- - libssl-dev
- - llvm-dev
- - libjemalloc1
- - libjemalloc-dev
- - libnuma-dev
- - libpcap-dev
- - python3-pip
- - python3-sphinx
- - libelf-dev
- - selinux-policy-dev
- - libunbound-dev
- - libunwind-dev
- - python3-setuptools
- - python3-wheel
- - ninja-build
-
-before_install: ./.ci/${TRAVIS_OS_NAME}-prepare.sh
-
-before_script: export PATH=$PATH:$HOME/bin
-
-matrix:
- include:
- - arch: arm64
- compiler: gcc
- env: TESTSUITE=1 DPDK=1
- - arch: arm64
- compiler: gcc
- env: KERNEL_LIST="5.5 4.19"
- - arch: arm64
- compiler: gcc
- env: KERNEL_LIST="4.9 3.16"
- - arch: arm64
- compiler: gcc
- env: DPDK_SHARED=1
- - arch: arm64
- compiler: clang
- env: OPTS="--disable-ssl"
-
-script: ./.ci/${TRAVIS_OS_NAME}-build.sh $OPTS
-
-notifications:
- email:
- recipients:
- - ovs-build@openvswitch.org