@cryptotaxi247 / netdata-1 / commits / 00b3babef

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.

Austin S. Hemmelgarn committed Jan 3, 2020 at 07:39 UTC 00b3babef2a4cf0715cdc94a88c5bdc3c677a101
2 files changed +2 -14
.travis.yml
-12
@@ -235,10 +235,6 @@ jobs:
235 after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare archlinux/base:latest"
236
237 # Fedora runs
238 - - name: Run netdata lifecycle, on Fedora 28
239 - script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "fedora:28" tests/updater_checks.sh
240 - after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Fedora 28"
241 -
238 - name: Run netdata lifecycle, on Fedora 29
239 script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "fedora:29" tests/updater_checks.sh
240 after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Fedora 29"
@@ -335,14 +331,6 @@ jobs:
331 - PACKAGE_TYPE="deb" REPO_TOOL="apt-get"
332 - ALLOW_SOFT_FAILURE_HERE=true
333
338 - - name: "Build & Publish DEB package for ubuntu/cosmic"
339 - <<: *DEB_TEMPLATE
340 - if: commit_message =~ /\[Package (amd64|arm64|i386) DEB( Ubuntu)?\]/
341 - env:
342 - - BUILDER_NAME="builder" BUILD_DISTRO="ubuntu" BUILD_RELEASE="cosmic" BUILD_STRING="ubuntu/cosmic"
343 - - PACKAGE_TYPE="deb" REPO_TOOL="apt-get"
344 - - ALLOW_SOFT_FAILURE_HERE=true
345 -
334 - name: "Build & Publish DEB package for ubuntu/bionic"
335 <<: *DEB_TEMPLATE
336 if: commit_message =~ /\[Package (amd64|arm64|i386) DEB( Ubuntu)?\]/
packaging/DISTRIBUTIONS.md
+2 -2
@@ -38,7 +38,7 @@ have complete visibility over the range of support.
38 | Versions 6.x | RHEL | &#10004; | &#63; | &#10004; | N/A | &#10004; | &#10004; | &#10004; | &#10004; | &#63;
39 | Versions 7.x | RHEL | &#10004; | &#63; | &#10004; | N/A | &#10004; | &#10004; | &#10004; | &#10004; | &#63;
40 | Versions 8.x | RHEL | &#63; | &#63; | &#63; | N/A | &#10007; | &#63; | &#63; | &#10004; | &#63;
41 -| Fedora 28 | Fedora | &#10004; | &#63; | &#10004; | N/A | &#10004; | &#10004; | &#10004; | &#10004; | &#63;
41 +| Fedora 28 | Fedora | &#63; | &#63; | &#63; | N/A | &#63; | &#10004; | &#10004; | &#10004; | &#63;
42 | Fedora 29 | Fedora | &#10004; | &#63; | &#10004; | N/A | &#10004; | &#10004; | &#10004; | &#10004; | &#63;
43 | Fedora 30 | Fedora | &#10004; | &#63; | &#10004; | N/A | &#10004; | &#10004; | &#10004; | &#10004; | &#63;
44 | Fedora 31 | Fedora | &#63; | &#63; | &#63; | N/A | &#10007; | &#63; | &#63; | &#10004; | &#63;
@@ -70,7 +70,7 @@ have complete visibility over the range of support.
70 | Versions 6.x | RHEL | &#10004; | &#63; | &#10004; | N/A | &#10004; | &#10004; | &#10004; | &#10004; | &#63;
71 | Versions 7.x | RHEL | &#10004; | &#63; | &#10004; | N/A | &#10007; | &#10004; | &#10004; | &#10004; | &#63;
72 | Versions 8.x | RHEL | &#63; | &#63; | &#63; | N/A | &#10007; | &#63; | &#63; | &#10004; | &#63;
73 -| Fedora 28 | Fedora | &#10004; | &#63; | &#10004; | N/A | &#10007; | &#10004; | &#10004; | &#10004; | &#63;
73 +| Fedora 28 | Fedora | &#63; | &#63; | &#63; | N/A | &#63; | &#10004; | &#10004; | &#10004; | &#63;
74 | Fedora 29 | Fedora | &#10004; | &#63; | &#10004; | N/A | &#10007; | &#10004; | &#10004; | &#10004; | &#63;
75 | Fedora 30 | Fedora | &#10004; | &#63; | &#10004; | N/A | &#10007; | &#10004; | &#10004; | &#10004; | &#63;
76 | Fedora 31 | Fedora | &#63; | &#63; | &#63; | N/A | &#10007; | &#63; | &#63; | &#10004; | &#63;