summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-03-26 10:22:16 -0400
committerGitHub <noreply@github.com>2021-03-26 10:22:16 -0400
commit9beca23c385273b77aeaa4e9ee1f68a72463232d (patch)
treec6d2d41f6c887f69c87326097799cfab398a8166
parentb7c45c9d988402b41024245c1a3ef553798ff912 (diff)
Remove corss-platform builds on Travis. (#10865)
We’re already doing the same thing in GitHub Actions, and they apparently can break on Travis due to infrastructure issues in such a way that we can’t restart the build at all.
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index cea86207e6..d5cf8ea10c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,14 +86,6 @@ jobs:
env: CFLAGS='-O1 -Wall -Wextra -Wformat-signedness -fstack-protector-all -fno-common -DNETDATA_INTERNAL_CHECKS=1 -D_FORTIFY_SOURCE=2 -DNETDATA_VERIFY_LOCKS=1'
after_failure: post_message "TRAVIS_MESSAGE" "<!here> standard netdata build is failing (Still dont know which one, will improve soon)"
- - name: Build/Install for ubuntu 20.04 (not containerized)
- script: fakeroot ./netdata-installer.sh --dont-wait --dont-start-it --install $HOME
- after_failure: post_message "TRAVIS_MESSAGE" "Build/Install failed on ubuntu 18.04"
-
- - name: Build/install for CentOS 7 (Containerized)
- script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "netdata/os-test:centos7" ./netdata-installer.sh --dont-wait --dont-start-it --install /tmp
- after_failure: post_message "TRAVIS_MESSAGE" "Build/Install failed on CentOS 7"
-
- stage: Support activities on main branch
name: Generate changelog for release (only on special and tagged commit msg)
before_script: post_message "TRAVIS_MESSAGE" "Support activities on main branch initiated" "${NOTIF_CHANNEL}"