Skip to content

Commit 37793c2

Browse files
committed
Notify Slack on integration test failure
1 parent 172180c commit 37793c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

catalog-info.yaml

Lines changed: 3 additions & 0 deletions
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"zx": "7.2.3"
9090
},
9191
"dependencies": {
92-
"@elastic/transport": "9.0.0-alpha.1",
92+
"@elastic/transport": "9.0.0-alpha.3",
9393
"apache-arrow": "^18.0.0",
9494
"tslib": "^2.4.0"
9595
},

0 commit comments

Comments
 (0)