|
@@ -194,10 +194,6 @@ jobs:
|
|
|
script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "ubuntu:18.04" tests/updater_checks.sh
|
|
|
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Ubuntu 18.04"
|
|
|
|
|
|
- - name: Run netdata lifecycle, on Ubuntu 19.04 (Containerized)
|
|
|
- script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "ubuntu:19.04" tests/updater_checks.sh
|
|
|
- after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Ubuntu 19.04"
|
|
|
-
|
|
|
- name: Run netdata lifecycle, on Ubuntu 19.10 (Containerized)
|
|
|
script: docker run -it -v "${PWD}:/netdata:rw" -w /netdata "ubuntu:19.10" tests/updater_checks.sh
|
|
|
after_failure: post_message "TRAVIS_MESSAGE" "Netdata updater process failed on bare Ubuntu 19.10"
|
|
@@ -319,14 +315,6 @@ jobs:
|
|
|
- PACKAGE_TYPE="deb" REPO_TOOL="apt-get"
|
|
|
- ALLOW_SOFT_FAILURE_HERE=true
|
|
|
|
|
|
- - name: "Build & Publish DEB package for ubuntu/disco"
|
|
|
- <<: *DEB_TEMPLATE
|
|
|
- if: commit_message =~ /\[Package (amd64|arm64|i386) DEB( Ubuntu)?\]/
|
|
|
- env:
|
|
|
- - BUILDER_NAME="builder" BUILD_DISTRO="ubuntu" BUILD_RELEASE="disco" BUILD_STRING="ubuntu/disco"
|
|
|
- - 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)?\]/
|