Skip to content

Commit

Permalink
[buildkite] Send Slack notifications to #lucene for lucene_snapshot f…
Browse files Browse the repository at this point in the history
…ailures
  • Loading branch information
brianseeders committed Aug 17, 2023
1 parent 07afba6 commit 805372c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ spec:
spec:
repository: elastic/elasticsearch
pipeline_file: .buildkite/pipelines/lucene-snapshot/build-snapshot.yml
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
branch_configuration: lucene_snapshot
default_branch: lucene_snapshot
teams:
Expand Down Expand Up @@ -200,6 +204,10 @@ spec:
spec:
repository: elastic/elasticsearch
pipeline_file: .buildkite/pipelines/lucene-snapshot/update-branch.yml
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
branch_configuration: lucene_snapshot
default_branch: lucene_snapshot
teams:
Expand Down Expand Up @@ -240,6 +248,10 @@ spec:
spec:
repository: elastic/elasticsearch
pipeline_file: .buildkite/pipelines/lucene-snapshot/run-tests.yml
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
branch_configuration: lucene_snapshot
default_branch: lucene_snapshot
teams:
Expand Down

0 comments on commit 805372c

Please sign in to comment.