Skip to content

Commit 4795a8c

Browse files
authoredFeb 11, 2025··
Slack alerts for integration test suite (#2615)
* Notify Slack on integration test failure * Run integration tests on most recent minors * Whoops, wrong alpha
1 parent 9139662 commit 4795a8c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
 

‎catalog-info.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ spec:
2828
spec:
2929
repository: elastic/elasticsearch-js
3030
pipeline_file: .buildkite/pipeline.yml
31+
env:
32+
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
33+
SLACK_NOTIFICATIONS_CHANNEL: "#devtools-notify-javascript"
3134
teams:
3235
devtools-team:
3336
access_level: MANAGE_BUILD_AND_READ
@@ -45,6 +48,9 @@ spec:
4548
8_x:
4649
branch: "8.x"
4750
cronline: "@daily"
48-
8_14:
49-
branch: "8.16"
51+
8_17:
52+
branch: "8.17"
53+
cronline: "@daily"
54+
8_18:
55+
branch: "8.18"
5056
cronline: "@daily"

0 commit comments

Comments
 (0)
Please sign in to comment.