Skip to content

Commit

Permalink
Enable Slack notifications for main BK CI Job (elastic#39635) (elasti…
Browse files Browse the repository at this point in the history
…c#39638)

This commit enables Slack alerts for the main Beats Buildkite CI job.
We only allow notifications for merge commit triggers i.e. the main
and release branches and not for CI for PRs.

(cherry picked from commit a7ec165)

Co-authored-by: Dimitrios Liappis <[email protected]>
  • Loading branch information
mergify[bot] and dliappis authored May 21, 2024
1 parent 9605e92 commit 3da4213
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
env:
# TODO set to true once https://github.com/elastic/ingest-dev/issues/3001 has been resolved
ELASTIC_PR_COMMENTS_ENABLED: "false"
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
SLACK_NOTIFICATIONS_CHANNEL: '#ingest-notifications'
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
SLACK_NOTIFICATIONS_ALL_BRANCHES: "false" # only notify for failures on `main` or \d+.\d+ (release) branches
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down

0 comments on commit 3da4213

Please sign in to comment.