summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>2020-01-14 13:42:38 +0200
committercosmix <cosmix@users.noreply.github.com>2020-01-14 13:42:38 +0200
commit51e6a41ab140daeaefdbeb1349ac098aa97145ce (patch)
tree461310701330cea47bdcbb9e6a0c8fcdc96ec875 /.travis.yml
parentef2b11fcb4d56ec946f6dc24929ba6ec0b54d0f2 (diff)
.travis.yml: Reduce notifications (#7714)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 3932be7e67..d5ee489762 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -280,7 +280,6 @@ jobs:
- sudo apt-get install -y wget lxc python3-lxc python-lxc lxc-templates dh-make git-buildpackage build-essential libdistro-info-perl
- source tests/installer/slack.sh
before_script:
- - post_message "TRAVIS_MESSAGE" "Starting package preparation and publishing for ${BUILD_STRING}.${BUILD_ARCH}" "${NOTIF_CHANNEL}"
- export PACKAGES_DIRECTORY="$(mktemp -d -t netdata-packaging-contents-dir-XXXXXX)" && echo "Created packaging directory ${PACKAGES_DIRECTORY}"
script:
- echo "GIT Branch:" && git branch
@@ -378,7 +377,6 @@ jobs:
- sudo apt-get install -y wget lxc lxc-templates python3-lxc python-lxc
- source tests/installer/slack.sh
before_script:
- - post_message "TRAVIS_MESSAGE" "Starting package preparation and publishing for ${BUILD_STRING}.${BUILD_ARCH}" "${NOTIF_CHANNEL}"
- export PACKAGES_DIRECTORY="$(mktemp -d -t netdata-packaging-contents-dir-XXXXXX)" && echo "Created packaging directory ${PACKAGES_DIRECTORY}"
script:
- echo "GIT Branch:" && git branch
@@ -466,7 +464,6 @@ jobs:
_template: &RELEASE_TEMPLATE
git:
depth: false
- before_script: post_message "TRAVIS_MESSAGE" "Publishing docker images" "${NOTIF_CHANNEL}"
script:
- echo "GIT Branch:" && git branch
- echo "Last commit:" && git log -1
@@ -529,7 +526,6 @@ jobs:
name: Run coverity scan
before_script:
- - post_message "TRAVIS_MESSAGE" "Starting nightly operations" "${NOTIF_CHANNEL}"
- bash <(curl -sS https://raw.githubusercontent.com/netdata/netdata-demo-site/master/install-required-packages.sh) --dont-wait --non-interactive netdata
- sudo apt-get install -y libjson-c-dev libipmimonitoring-dev libcups2-dev libsnappy-dev libprotobuf-dev libprotoc-dev libssl-dev protobuf-compiler
script: ./coverity-scan.sh --with-install
@@ -542,7 +538,6 @@ jobs:
# This is generating the changelog for nightly release and publish it
- name: Generate nightly changelog
- before_script: post_message "TRAVIS_MESSAGE" "Starting changelog generation for nightlies" "${NOTIF_CHANNEL}"
script:
- ".travis/nightlies.sh"
- ".travis/check_changelog_last_modification.sh"
@@ -551,7 +546,6 @@ jobs:
depth: false
- name: Clean up package cloud nightly repository from old versions
- before_script: post_message "TRAVIS_MESSAGE" "Starting package cloud repository clean up" "${NOTIF_CHANNEL}"
script:
- DEPLOY_REPO="netdata-edge" .travis/package_management/old_package_purging.sh
- DEPLOY_REPO="netdata-devel" .travis/package_management/old_package_purging.sh
@@ -562,7 +556,6 @@ jobs:
_template: &NIGHTLY_TEMPLATE
git:
depth: false
- before_script: post_message "TRAVIS_MESSAGE" "Publishing docker images for nightlies" "${NOTIF_CHANNEL}"
script:
- echo "GIT Branch:" && git branch
- echo "Last commit:" && git log -1
@@ -598,7 +591,6 @@ jobs:
- ARCHS=aarch64
- name: Create nightly release artifacts, publish to GCS
- before_script: post_message "TRAVIS_MESSAGE" "Starting artifacts generation for nightlies" "${NOTIF_CHANNEL}"
script:
- echo "GIT Branch:" && git branch
- echo "Last commit:" && git log -1