Skip to content

Commit

Permalink
[ci] Slack notifications for PR Buildkite builds (#15452)
Browse files Browse the repository at this point in the history
This commit enables Slack notifications for the pull request Buildkite
pipeline.
  • Loading branch information
dliappis authored Oct 16, 2023
1 parent 235ba42 commit 9a924f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ spec:
skip_intermediate_builds: true
env:
ELASTIC_PR_COMMENTS_ENABLED: 'true'
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false' # don't alert during development
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
SLACK_NOTIFICATIONS_CHANNEL: '#logstash-build'
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
teams:
Expand Down

0 comments on commit 9a924f4

Please sign in to comment.