mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[ci] Split artifacts-container-image alerts (#194706)
This modifies alerts to route build failures to our general alert channel and leaves test failures to the test alerts channel
This commit is contained in:
parent
d482a0a295
commit
8cbd641239
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue