Skip to content

Commit

Permalink
[ci] Split artifacts-container-image alerts (#194706)
Browse files Browse the repository at this point in the history
This modifies alerts to route build failures to our general alert
channel and leaves test failures to the test alerts channel
  • Loading branch information
jbudz authored Oct 2, 2024
1 parent d482a0a commit 8cbd641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
description: Kibana container image artifact builds
spec:
env:
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-serverless-test-alerts'
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
allow_rebuilds: true
branch_configuration: main
Expand Down
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/artifacts/docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ steps:
env:
SERVICE_COMMIT_HASH: "$GIT_ABBREV_COMMIT"
SERVICE: kibana
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-serverless-test-alerts'
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/dev.yaml
GPCTL_PROMOTE_DRY_RUN: ${DRY_RUN:-false}
EOF
Expand Down

0 comments on commit 8cbd641

Please sign in to comment.