Remove Ubuntu 19.04 from CI and packaging. (#8040)
It went EOL with no continuing upstream support on 2020-01-23.
Austin S. Hemmelgarn committed
Feb 22, 2020 at 10:49 UTC
e7ee14eb7223f475d75467229724571dd40bba1c
2 files changed
-14
.travis.yml
-12
@@ -194,10 +194,6 @@ jobs:
194
script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "ubuntu:18.04" tests/updater_checks.sh
195
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Ubuntu 18.04"
196
197
- - name: Run netdata lifecycle, on Ubuntu 19.04 (Containerized)
198
- script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "ubuntu:19.04" tests/updater_checks.sh
199
- after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Ubuntu 19.04"
200
-
197
- name: Run netdata lifecycle, on Ubuntu 19.10 (Containerized)
198
script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "ubuntu:19.10" tests/updater_checks.sh
199
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Ubuntu 19.10"
@@ -319,14 +315,6 @@ jobs:
315
- PACKAGE_TYPE="deb" REPO_TOOL="apt-get"
316
- ALLOW_SOFT_FAILURE_HERE=true
317
322
- - name: "Build & Publish DEB package for ubuntu/disco"
323
- <<: *DEB_TEMPLATE
324
- if: commit_message =~ /\[Package (amd64|arm64|i386) DEB( Ubuntu)?\]/
325
- env:
326
- - BUILDER_NAME="builder" BUILD_DISTRO="ubuntu" BUILD_RELEASE="disco" BUILD_STRING="ubuntu/disco"
327
- - PACKAGE_TYPE="deb" REPO_TOOL="apt-get"
328
- - ALLOW_SOFT_FAILURE_HERE=true
329
-
318
- name: "Build & Publish DEB package for ubuntu/bionic"
319
<<: *DEB_TEMPLATE
320
if: commit_message =~ /\[Package (amd64|arm64|i386) DEB( Ubuntu)?\]/
packaging/DISTRIBUTIONS.md
-2
@@ -29,7 +29,6 @@ have complete visibility over the range of support.
29
| 14.04.6 LTS (Trusty Tahr) | Ubuntu | ✗ | ? | ✗ | ✗ | N/A | ✔ | ✔ | ✔ | ?
30
| 16.04.6 LTS (Xenial Xerus) | Ubuntu | ✔ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✔ | ?
31
| 18.04.2 LTS (Bionic Beaver) | Ubuntu | ✔ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✔ | ?
32
-| 19.04 (Disco Dingo) | Ubuntu | ✔ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✔ | ?
32
| 19.10 (Eoan Ermine) Latest | Ubuntu | ✔ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✔ | ?
33
| Debian 8 (Jessie) | Debian | ✔ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✔ | ?
34
| Debian 9 (Stretch) | Debian | ✔ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✔ | ?
@@ -59,7 +58,6 @@ have complete visibility over the range of support.
58
| 14.04.6 LTS (Trusty Tahr) | Ubuntu | ✗ | ? | ✗ | ✗ | N/A | ✔ | ✔ | ✗ | ?
59
| 16.04.6 LTS (Xenial Xerus) | Ubuntu | ✗ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✗ | ?
60
| 18.04.2 LTS (Bionic Beaver) | Ubuntu | ✗ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✗ | ?
62
-| 19.04 (Disco Dingo) | Ubuntu | ✗ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✗ | ?
61
| 19.10 (Enoan Ermine) Latest | Ubuntu | ✗ | ? | ✔ | ✔ | N/A | ✔ | ✗ | ✔ | ?
62
| Debian 8 (Jessie) | Debian | ✗ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✗ | ?
63
| Debian 9 (Stretch) | Debian | ✗ | ? | ✔ | ✔ | N/A | ✔ | ✔ | ✗ | ?