Move lucene CI job messages to a dedicate notification channel (#121145)

This commit is contained in:
Chris Hegarty 2025-01-29 10:51:02 +00:00 committed by GitHub
parent f7bf727570
commit f6d3a2cb9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,7 @@ spec:
pipeline_file: .buildkite/pipelines/lucene-snapshot/build-snapshot.yml pipeline_file: .buildkite/pipelines/lucene-snapshot/build-snapshot.yml
env: env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#lucene" SLACK_NOTIFICATIONS_CHANNEL: "#lucene-ci"
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true" SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
branch_configuration: lucene_snapshot branch_configuration: lucene_snapshot
default_branch: lucene_snapshot default_branch: lucene_snapshot
@ -167,7 +167,7 @@ spec:
pipeline_file: .buildkite/pipelines/lucene-snapshot/update-branch.yml pipeline_file: .buildkite/pipelines/lucene-snapshot/update-branch.yml
env: env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#lucene" SLACK_NOTIFICATIONS_CHANNEL: "#lucene-ci"
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true" SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
default_branch: lucene_snapshot default_branch: lucene_snapshot
teams: teams:
@ -210,7 +210,7 @@ spec:
pipeline_file: .buildkite/pipelines/lucene-snapshot/run-tests.yml pipeline_file: .buildkite/pipelines/lucene-snapshot/run-tests.yml
env: env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#lucene" SLACK_NOTIFICATIONS_CHANNEL: "#lucene-ci"
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true" SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
branch_configuration: lucene_snapshot branch_configuration: lucene_snapshot
default_branch: lucene_snapshot default_branch: lucene_snapshot