[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:
Alex Szabo 2024-05-22 20:36:12 +02:00 committed by GitHub
parent 3890189eee
commit 6f00ab1e19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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