summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-08-16 09:19:47 +0300
committerGitHub <noreply@github.com>2019-08-16 09:19:47 +0300
commit4292f8d9d52fc0fc4adffaddff1dae34168da012 (patch)
tree0a77a2a4356890cf878cec42605408c2db41294c /.travis.yml
parent7648928e7db8b12a52e03ee0f4f05602c986701b (diff)
netdata/packaging: Add auto-generation of packages for nightly (#6675)
force pushing before approvals, i will be closely monitoring the effect by triggering nightlies on demand and evaluate the result
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b8bc166fb..797f313b96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -541,6 +541,12 @@ jobs:
#
- stage: Nightly release
+ name: Trigger .RPM and .DEB package generatioa
+ before_script: post_message "TRAVIS_MESSAGE" "Starting RPM and DEB package generation for nightlies" "${NOTIF_CHANNEL}"
+ script:
+ - .travis/trigger_package_generation.sh "[Build latest]"
+ after_failure: post_message "TRAVIS_MESSAGE" "<!here> Nightly package generation produced errors" "${NOTIF_CHANNEL}"
+
name: Build & Publish docker images
before_script: post_message "TRAVIS_MESSAGE" "Publishing docker images for nightlies" "${NOTIF_CHANNEL}"
script: