.travis.yml: Reduce notifications (#7714)
Konstantinos Natsakis committed
Jan 14, 2020 at 13:42 UTC
51e6a41ab140daeaefdbeb1349ac098aa97145ce
1 file changed
-8
.travis.yml
-8
@@ -280,7 +280,6 @@ jobs:
280
- sudo apt-get install -y wget lxc python3-lxc python-lxc lxc-templates dh-make git-buildpackage build-essential libdistro-info-perl
281
- source tests/installer/slack.sh
282
before_script:
283
- - post_message "TRAVIS_MESSAGE" "Starting package preparation and publishing for ${BUILD_STRING}.${BUILD_ARCH}" "${NOTIF_CHANNEL}"
283
- export PACKAGES_DIRECTORY="$(mktemp -d -t netdata-packaging-contents-dir-XXXXXX)" && echo "Created packaging directory ${PACKAGES_DIRECTORY}"
284
script:
285
- echo "GIT Branch:" && git branch
@@ -378,7 +377,6 @@ jobs:
377
- sudo apt-get install -y wget lxc lxc-templates python3-lxc python-lxc
378
- source tests/installer/slack.sh
379
before_script:
381
- - post_message "TRAVIS_MESSAGE" "Starting package preparation and publishing for ${BUILD_STRING}.${BUILD_ARCH}" "${NOTIF_CHANNEL}"
380
- export PACKAGES_DIRECTORY="$(mktemp -d -t netdata-packaging-contents-dir-XXXXXX)" && echo "Created packaging directory ${PACKAGES_DIRECTORY}"
381
script:
382
- echo "GIT Branch:" && git branch
@@ -466,7 +464,6 @@ jobs:
464
_template: &RELEASE_TEMPLATE
465
git:
466
depth: false
469
- before_script: post_message "TRAVIS_MESSAGE" "Publishing docker images" "${NOTIF_CHANNEL}"
467
script:
468
- echo "GIT Branch:" && git branch
469
- echo "Last commit:" && git log -1
@@ -529,7 +526,6 @@ jobs:
526
527
name: Run coverity scan
528
before_script:
532
- - post_message "TRAVIS_MESSAGE" "Starting nightly operations" "${NOTIF_CHANNEL}"
529
- bash <(curl -sS https://raw.githubusercontent.com/netdata/netdata-demo-site/master/install-required-packages.sh) --dont-wait --non-interactive netdata
530
- sudo apt-get install -y libjson-c-dev libipmimonitoring-dev libcups2-dev libsnappy-dev libprotobuf-dev libprotoc-dev libssl-dev protobuf-compiler
531
script: ./coverity-scan.sh --with-install
@@ -542,7 +538,6 @@ jobs:
538
539
# This is generating the changelog for nightly release and publish it
540
- name: Generate nightly changelog
545
- before_script: post_message "TRAVIS_MESSAGE" "Starting changelog generation for nightlies" "${NOTIF_CHANNEL}"
541
script:
542
- ".travis/nightlies.sh"
543
- ".travis/check_changelog_last_modification.sh"
@@ -551,7 +546,6 @@ jobs:
546
depth: false
547
548
- name: Clean up package cloud nightly repository from old versions
554
- before_script: post_message "TRAVIS_MESSAGE" "Starting package cloud repository clean up" "${NOTIF_CHANNEL}"
549
script:
550
- DEPLOY_REPO="netdata-edge" .travis/package_management/old_package_purging.sh
551
- DEPLOY_REPO="netdata-devel" .travis/package_management/old_package_purging.sh
@@ -562,7 +556,6 @@ jobs:
556
_template: &NIGHTLY_TEMPLATE
557
git:
558
depth: false
565
- before_script: post_message "TRAVIS_MESSAGE" "Publishing docker images for nightlies" "${NOTIF_CHANNEL}"
559
script:
560
- echo "GIT Branch:" && git branch
561
- echo "Last commit:" && git log -1
@@ -598,7 +591,6 @@ jobs:
591
- ARCHS=aarch64
592
593
- name: Create nightly release artifacts, publish to GCS
601
- before_script: post_message "TRAVIS_MESSAGE" "Starting artifacts generation for nightlies" "${NOTIF_CHANNEL}"
594
script:
595
- echo "GIT Branch:" && git branch
596
- echo "Last commit:" && git log -1