Skip to content

Commit f6d3a2c

Browse files
authored
Move lucene CI job messages to a dedicate notification channel (#121145)
1 parent f7bf727 commit f6d3a2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

catalog-info.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ spec:
123123
pipeline_file: .buildkite/pipelines/lucene-snapshot/build-snapshot.yml
124124
env:
125125
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
126-
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
126+
SLACK_NOTIFICATIONS_CHANNEL: "#lucene-ci"
127127
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
128128
branch_configuration: lucene_snapshot
129129
default_branch: lucene_snapshot
@@ -167,7 +167,7 @@ spec:
167167
pipeline_file: .buildkite/pipelines/lucene-snapshot/update-branch.yml
168168
env:
169169
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
170-
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
170+
SLACK_NOTIFICATIONS_CHANNEL: "#lucene-ci"
171171
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
172172
default_branch: lucene_snapshot
173173
teams:
@@ -210,7 +210,7 @@ spec:
210210
pipeline_file: .buildkite/pipelines/lucene-snapshot/run-tests.yml
211211
env:
212212
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
213-
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
213+
SLACK_NOTIFICATIONS_CHANNEL: "#lucene-ci"
214214
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
215215
branch_configuration: lucene_snapshot
216216
default_branch: lucene_snapshot

0 commit comments

Comments
 (0)