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

[meta] add slack notifications to CI jobs #760

Merged
merged 1 commit into from
Jul 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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