summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-02-22 10:48:41 -0500
committerGitHub <noreply@github.com>2020-02-22 10:48:41 -0500
commit12cf989576322f2200413c511838eb96f986ab2c (patch)
treeb6515f1b81a36da44e7fc43ecb0dbc1305398227 /.travis.yml
parentfd64a54e244f4380cc4e4e694126ca2b68f7d6f8 (diff)
Remove OpenSUSE Leap 15.0 from CI. (#7990)
Official upstream support for 15.0 ended on 2019-12-03, more than 3 months ago.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index aaa3a8cb9a..4ad08eaa91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -216,10 +216,6 @@ jobs:
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Debian 10 (buster)"
# openSuSE runs
- - name: Run netdata lifecycle, on openSuSE 15.0
- script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "opensuse/leap:15.0" tests/updater_checks.sh
- after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare opensuse/leap:15.0"
-
- name: Run netdata lifecycle, on openSuSE 15.1
script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "opensuse/leap:15.1" tests/updater_checks.sh
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare opensuse/leap:15.1"
@@ -450,14 +446,6 @@ jobs:
- BUILDER_NAME="builder" BUILD_DISTRO="opensuse" BUILD_RELEASE="15.0" BUILD_STRING="opensuse/15.1"
- PACKAGE_TYPE="rpm" REPO_TOOL="zypper"
- ALLOW_SOFT_FAILURE_HERE=true
-
- - name: "Build & Publish RPM package for OpenSuSE 15.0"
- <<: *RPM_TEMPLATE
- if: commit_message =~ /\[Package (amd64|arm64) RPM( openSuSE)?\]/
- env:
- - BUILDER_NAME="builder" BUILD_DISTRO="opensuse" BUILD_RELEASE="15.0" BUILD_STRING="opensuse/15.0"
- - PACKAGE_TYPE="rpm" REPO_TOOL="zypper"
- - ALLOW_SOFT_FAILURE_HERE=true
# ###### End of packaging workflow section ###### #
# ############################################### #