mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[CI] Add missing slack notification channels (#184045)
## Summary Some jobs were missing the notification channel, despite having originally had notifications turned on. This PR adds `SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'` here.
This commit is contained in:
parent
3890189eee
commit
6f00ab1e19
4 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@ spec:
|
|||
spec:
|
||||
env:
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
|
||||
allow_rebuilds: true
|
||||
branch_configuration: main 8.14 7.17
|
||||
default_branch: main
|
||||
|
|
|
@ -21,6 +21,7 @@ spec:
|
|||
env:
|
||||
RELEASE_BUILD: 'true'
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
|
||||
allow_rebuilds: true
|
||||
branch_configuration: 7.17 8.14
|
||||
repository: elastic/kibana
|
||||
|
|
|
@ -21,6 +21,7 @@ spec:
|
|||
env:
|
||||
RELEASE_BUILD: 'true'
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
|
||||
allow_rebuilds: true
|
||||
branch_configuration: '8.14'
|
||||
default_branch: main
|
||||
|
|
|
@ -20,6 +20,7 @@ spec:
|
|||
spec:
|
||||
env:
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false'
|
||||
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
|
||||
allow_rebuilds: false
|
||||
branch_configuration: main
|
||||
default_branch: main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue