Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 51f7ddf

Browse files
authored
[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.
1 parent f339345 commit 51f7ddf

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.ci/jobs/defaults.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,4 @@
6262
timeout: 360
6363
fail: true
6464
- timestamps
65-
publishers:
66-
- email:
67-
recipients: [email protected]
65+

.ci/jobs/elastic+ansible-elasticsearch+master.yml

+7
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@
2424
echo "Finished getting xpack_license from secrets service"
2525
make setup
2626
make verify VERSION=$VERSION PATTERN=$TEST_TYPE-$OS
27+
publishers:
28+
- slack:
29+
notify-back-to-normal: True
30+
notify-every-failure: True
31+
room: infra-release-notify
32+
team-domain: elastic
33+
auth-token-id: release-slack-integration-token

0 commit comments

Comments
 (0)