Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[meta] add slack notifications to CI jobs (#760)
Browse files Browse the repository at this point in the history
This commit add Slack notifications to Elastic Release team Slack channel for helm-charts branch and staging job templates.
  • Loading branch information
jmlrt committed Jul 28, 2020
1 parent aa7e446 commit 8555428
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ci/jobs.t/elastic+helm-charts+{branch}+staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@
- project: elastic+helm-charts+%BRANCH%+staging+cluster-cleanup
current-parameters: true
trigger-with-no-params: false
- slack:
notify-back-to-normal: True
notify-every-failure: True
room: infra-release-notify
team-domain: elastic
auth-token-id: release-slack-integration-token
auth-token-credential-id: release-slack-integration-token
7 changes: 7 additions & 0 deletions .ci/jobs.t/elastic+helm-charts+{branch}.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@
- project: elastic+helm-charts+%BRANCH%+cluster-cleanup
current-parameters: false
trigger-with-no-params: true
- slack:
notify-back-to-normal: True
notify-every-failure: True
room: infra-release-notify
team-domain: elastic
auth-token-id: release-slack-integration-token
auth-token-credential-id: release-slack-integration-token

0 comments on commit 8555428

Please sign in to comment.