mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-17 20:05:09 -04:00
Move lucene CI job messages to a dedicate notification channel (#121145)
This commit is contained in:
parent
f7bf727570
commit
f6d3a2cb9d
1 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,7 @@ spec:
|
|||
pipeline_file: .buildkite/pipelines/lucene-snapshot/build-snapshot.yml
|
||||
env:
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
||||
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
|
||||
SLACK_NOTIFICATIONS_CHANNEL: "#lucene-ci"
|
||||
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
|
||||
branch_configuration: lucene_snapshot
|
||||
default_branch: lucene_snapshot
|
||||
|
@ -167,7 +167,7 @@ spec:
|
|||
pipeline_file: .buildkite/pipelines/lucene-snapshot/update-branch.yml
|
||||
env:
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
||||
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
|
||||
SLACK_NOTIFICATIONS_CHANNEL: "#lucene-ci"
|
||||
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
|
||||
default_branch: lucene_snapshot
|
||||
teams:
|
||||
|
@ -210,7 +210,7 @@ spec:
|
|||
pipeline_file: .buildkite/pipelines/lucene-snapshot/run-tests.yml
|
||||
env:
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
||||
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
|
||||
SLACK_NOTIFICATIONS_CHANNEL: "#lucene-ci"
|
||||
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
|
||||
branch_configuration: lucene_snapshot
|
||||
default_branch: lucene_snapshot
|
||||
|
|
Loading…
Add table
Reference in a new issue