From 37793c27c11cb66d5f369a7e6e0c322a3a4cd5fe Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 11 Feb 2025 10:54:02 -0600 Subject: [PATCH 1/3] Notify Slack on integration test failure --- catalog-info.yaml | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 80d0514aa..44ab28625 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -28,6 +28,9 @@ spec: spec: repository: elastic/elasticsearch-js pipeline_file: .buildkite/pipeline.yml + env: + ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" + SLACK_NOTIFICATIONS_CHANNEL: "#devtools-notify-javascript" teams: devtools-team: access_level: MANAGE_BUILD_AND_READ diff --git a/package.json b/package.json index 902abf626..50ce0abe2 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "zx": "7.2.3" }, "dependencies": { - "@elastic/transport": "9.0.0-alpha.1", + "@elastic/transport": "9.0.0-alpha.3", "apache-arrow": "^18.0.0", "tslib": "^2.4.0" }, From 3da9bbefc56545baaee66bd6b2847cf00a484609 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 11 Feb 2025 10:54:19 -0600 Subject: [PATCH 2/3] Run integration tests on most recent minors --- catalog-info.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 44ab28625..4d1e41757 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -48,6 +48,9 @@ spec: 8_x: branch: "8.x" cronline: "@daily" - 8_14: - branch: "8.16" + 8_17: + branch: "8.17" + cronline: "@daily" + 8_18: + branch: "8.18" cronline: "@daily" From bd64edec4a473521d4dd82a5c62070de4feaa9dc Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 11 Feb 2025 11:02:38 -0600 Subject: [PATCH 3/3] Whoops, wrong alpha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50ce0abe2..902abf626 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "zx": "7.2.3" }, "dependencies": { - "@elastic/transport": "9.0.0-alpha.3", + "@elastic/transport": "9.0.0-alpha.1", "apache-arrow": "^18.0.0", "tslib": "^2.4.0" },