summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-01-03 07:39:34 -0500
committerGitHub <noreply@github.com>2020-01-03 07:39:34 -0500
commit00b3babef2a4cf0715cdc94a88c5bdc3c677a101 (patch)
tree1d4405c830f597b3f31d18ab571e7a04acbc22ef /.travis.yml
parent632646253f8e1306175e24c06e40d5690222b129 (diff)
Remove EOL distros from CI jobs. (#7628)
* Remove Fedora 28 from the lifecycle checks. It's been EOL since 2019-05-28, and anybody continuing to use it is recieving no support from upstream _or_ the Fedora community. * Remove Ubuntu 18.10 from package builds. It's been EOL since 2019-07-18, and anybody continuing to use it is recieving no support from upstream or the Ubuntu community. * Update docs.
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 aa0c941dc4..d2bd032df8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -235,10 +235,6 @@ jobs:
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare archlinux/base:latest"
# Fedora runs
- - name: Run netdata lifecycle, on Fedora 28
- script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "fedora:28" tests/updater_checks.sh
- after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Fedora 28"
-
- name: Run netdata lifecycle, on Fedora 29
script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "fedora:29" tests/updater_checks.sh
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Fedora 29"
@@ -335,14 +331,6 @@ jobs:
- PACKAGE_TYPE="deb" REPO_TOOL="apt-get"
- ALLOW_SOFT_FAILURE_HERE=true
- - name: "Build & Publish DEB package for ubuntu/cosmic"
- <<: *DEB_TEMPLATE
- if: commit_message =~ /\[Package (amd64|arm64|i386) DEB( Ubuntu)?\]/
- env:
- - BUILDER_NAME="builder" BUILD_DISTRO="ubuntu" BUILD_RELEASE="cosmic" BUILD_STRING="ubuntu/cosmic"
- - PACKAGE_TYPE="deb" REPO_TOOL="apt-get"
- - ALLOW_SOFT_FAILURE_HERE=true
-
- name: "Build & Publish DEB package for ubuntu/bionic"
<<: *DEB_TEMPLATE
if: commit_message =~ /\[Package (amd64|arm64|i386) DEB( Ubuntu)?\]/