Skip to content

Commit

Permalink
Merge pull request #2628 from ClusterHQ/nightly-FLOC-4162
Browse files Browse the repository at this point in the history
[FLOC-4162] Announce failed builds on dedicated channel
  • Loading branch information
jml committed Feb 14, 2016
2 parents 77992f7 + f405f41 commit eb246f4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *'
Expand Down Expand Up @@ -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 * * *'
Expand Down Expand Up @@ -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 * * *'
Expand Down Expand Up @@ -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 * * *'
Expand Down Expand Up @@ -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 * * *'
Expand Down Expand Up @@ -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 * * *'
Expand All @@ -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 * * *'
Expand All @@ -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 * * *'
Expand Down Expand Up @@ -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 * * *'
Expand Down Expand Up @@ -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 * * *'
Expand All @@ -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 * * *'
Expand Down

0 comments on commit eb246f4

Please sign in to comment.