[meta] add slack notifications to CI jobs (#706)
This PR add Slack notifications to Elastic Release team Slack channel for [elastic+ansible-elasticsearch+master]((https://devops-ci.elastic.co/job/elastic+ansible-elasticsearch+master/) test job.
This commit is contained in:
parent
f339345a0b
commit
51f7ddf920
2 changed files with 8 additions and 3 deletions
|
|
@ -62,6 +62,4 @@
|
||||||
timeout: 360
|
timeout: 360
|
||||||
fail: true
|
fail: true
|
||||||
- timestamps
|
- timestamps
|
||||||
publishers:
|
|
||||||
- email:
|
|
||||||
recipients: infra-root+build@elastic.co
|
|
||||||
|
|
|
||||||
|
|
@ -24,3 +24,10 @@
|
||||||
echo "Finished getting xpack_license from secrets service"
|
echo "Finished getting xpack_license from secrets service"
|
||||||
make setup
|
make setup
|
||||||
make verify VERSION=$VERSION PATTERN=$TEST_TYPE-$OS
|
make verify VERSION=$VERSION PATTERN=$TEST_TYPE-$OS
|
||||||
|
publishers:
|
||||||
|
- slack:
|
||||||
|
notify-back-to-normal: True
|
||||||
|
notify-every-failure: True
|
||||||
|
room: infra-release-notify
|
||||||
|
team-domain: elastic
|
||||||
|
auth-token-id: release-slack-integration-token
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue