From f405f415e5f479dd7b2494d1e7844b34d8d293a5 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Wed, 10 Feb 2016 14:01:51 +0000 Subject: [PATCH] Announce failed builds on dedicated channel --- build.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build.yaml b/build.yaml index 81288dc84e..f52bb9bc27 100644 --- a/build.yaml +++ b/build.yaml @@ -1280,7 +1280,7 @@ job_type: } timeout: 30 directories_to_delete: [] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' run_docker_build_ubuntu_trusty_fpm: at: '0 1 * * *' @@ -1309,7 +1309,7 @@ job_type: } timeout: 30 directories_to_delete: [] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' build_vagrant_basebox_for_osx_yosemite: at: '0 5 * * *' @@ -1357,7 +1357,7 @@ job_type: } timeout: 120 directories_to_delete: [] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' run_client_installation_on_OSX: at: '30 7 * * *' @@ -1399,7 +1399,7 @@ job_type: # actually run the tests. Also has to be less than the timeout for the # main multijob, see jobs.groovy.j2:545. timeout: 50 - notify_slack: '#engineering' + notify_slack: '#nightly-builds' run_acceptance_on_AWS_CentOS_7_with_EBS: at: '0 5 * * *' @@ -1430,7 +1430,7 @@ job_type: # as of Dec 2015. timeout: 120 directories_to_delete: [] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' run_acceptance_on_AWS_Ubuntu_Trusty_with_EBS: at: '0 6 * * *' @@ -1458,7 +1458,7 @@ job_type: # but slightly shorter since Ubuntu runs the tests faster. timeout: 90 directories_to_delete: [] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' run_acceptance_on_GCE_CentOS_7_with_LOOPBACK: at: '0 5 * * *' @@ -1485,7 +1485,7 @@ job_type: # Reasoning as for run_acceptance_on_AWS_CentOS_7_with_EBS timeout: 120 directories_to_delete: [] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' run_acceptance_on_GCE_Ubuntu_Trusty_with_LOOPBACK: at: '0 6 * * *' @@ -1512,7 +1512,7 @@ job_type: # Reasoning as for run_acceptance_on_AWS_Ubuntu_Trusty_with_EBS timeout: 90 directories_to_delete: [] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' run_acceptance_on_Rackspace_CentOS_7_with_Cinder: at: '0 5 * * *' @@ -1541,7 +1541,7 @@ job_type: # Reasoning as for run_acceptance_on_AWS_CentOS_7_with_EBS timeout: 120 directories_to_delete: [] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' run_acceptance_on_Rackspace_Ubuntu_Trusty_with_Cinder: at: '0 6 * * *' @@ -1570,7 +1570,7 @@ job_type: # Reasoning as for run_acceptance_on_AWS_Ubuntu_Trusty_with_EBS timeout: 90 directories_to_delete: [] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' run_sphinx_link_check: at: '0 8 * * *' @@ -1583,7 +1583,7 @@ job_type: } timeout: 10 archive_artifacts: ["docs/_build/linkcheck/output.txt"] - notify_slack: '#engineering' + notify_slack: '#nightly-builds' cleanup_cloud_resources: at: '0 8 * * *'