From 12cf989576322f2200413c511838eb96f986ab2c Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Sat, 22 Feb 2020 10:48:41 -0500 Subject: Remove OpenSUSE Leap 15.0 from CI. (#7990) Official upstream support for 15.0 ended on 2019-12-03, more than 3 months ago. --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.travis.yml') 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 ###### # # ############################################### # -- cgit v1.2.3