Skip to content

Commit 89b763a

Browse files
authored
1 parent d6b6fdc commit 89b763a

File tree

8 files changed

+13
-30
lines changed

8 files changed

+13
-30
lines changed

.buildkite/pipeline-resource-definitions/kibana-pointer-compression.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ spec:
2727
pipeline_file: ".buildkite/pipelines/pointer_compression.yml"
2828
provider_settings:
2929
trigger_mode: none
30-
schedules:
31-
Daily run:
32-
branch: main
33-
cronline: "@daily"
3430
teams:
3531
kibana-operations:
3632
access_level: MANAGE_BUILD_AND_READ

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.15.1
1+
20.18.2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.15.1
1+
20.18.2

WORKSPACE.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install
2222
# Setup the Node.js toolchain for the architectures we want to support
2323
node_repositories(
2424
node_repositories = {
25-
"20.15.1-darwin_amd64": ("node-v20.15.1-darwin-x64.tar.gz", "node-v20.15.1-darwin-x64", "f5379772ffae1404cfd1fcc8cf0c6c5971306b8fb2090d348019047306de39dc"),
26-
"20.15.1-darwin_arm64": ("node-v20.15.1-darwin-arm64.tar.gz", "node-v20.15.1-darwin-arm64", "4743bc042f90ba5d9edf09403207290a9cdd2f6061bdccf7caaa0bbfd49f343e"),
27-
"20.15.1-linux_arm64": ("node-v20.15.1-linux-arm64.tar.xz", "node-v20.15.1-linux-arm64", "c049d670df0c27ae2fd53446df79b6227ab23aff930e38daf0ab3da41c396db5"),
28-
"20.15.1-linux_amd64": ("node-v20.15.1-linux-x64.tar.xz", "node-v20.15.1-linux-x64", "a854c291c7b775bedab54251e1e273cfee1adf1dba25435bc52305ef41f143ab"),
29-
"20.15.1-windows_amd64": ("node-v20.15.1-win-x64.zip", "node-v20.15.1-win-x64", "ba6c3711e2c3d0638c5f7cea3c234553808a73c52a5962a6cdb47b5210b70b04"),
25+
"20.18.2-darwin_amd64": ("node-v20.18.2-darwin-x64.tar.gz", "node-v20.18.2-darwin-x64", "00a16bb0a82a2ad5d00d66b466ae1afa678482283747c27e9bce96668f334744"),
26+
"20.18.2-darwin_arm64": ("node-v20.18.2-darwin-arm64.tar.gz", "node-v20.18.2-darwin-arm64", "fa76d5b5340f14070ebaa88ef8faa28c1e9271502725e830cb52f0cf5b6493de"),
27+
"20.18.2-linux_arm64": ("node-v20.18.2-linux-arm64.tar.xz", "node-v20.18.2-linux-arm64", "1b4b1745ef7b6d342ddf998352438cfc61dbfcdf0895c9db7e9f1d8a427815d2"),
28+
"20.18.2-linux_amd64": ("node-v20.18.2-linux-x64.tar.xz", "node-v20.18.2-linux-x64", "1a6e1fbd768437e130eac1a54c5535736d6992df700c09a6ce58f22040d6a34c"),
29+
"20.18.2-windows_amd64": ("node-v20.18.2-win-x64.zip", "node-v20.18.2-win-x64", "ed790b94570518a7dce67b62485e16bc4bffecee4ec3b6df35ed220ae91117a5"),
3030
},
31-
node_version = "20.15.1",
31+
node_version = "20.18.2",
3232
node_urls = [
3333
"https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/dist/v{version}/{filename}",
3434
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"url": "https://github.com/elastic/kibana.git"
7474
},
7575
"engines": {
76-
"node": "20.15.1",
76+
"node": "20.18.2",
7777
"yarn": "^1.22.19"
7878
},
7979
"resolutions": {

src/dev/build/tasks/nodejs/extract_node_builds_task.test.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -143,20 +143,6 @@ it('runs expected fs operations', async () => {
143143
"strip": 1,
144144
},
145145
],
146-
Array [
147-
<absolute path>/.node_binaries/<node version>/<node variant>/linux-x64/download/node-v<node version>-linux-x64.tar.gz,
148-
<absolute path>/.node_binaries/<node version>/<node variant>/linux-x64/extract,
149-
Object {
150-
"strip": 1,
151-
},
152-
],
153-
Array [
154-
<absolute path>/.node_binaries/<node version>/<node variant>/linux-arm64/download/node-v<node version>-linux-arm64.tar.gz,
155-
<absolute path>/.node_binaries/<node version>/<node variant>/linux-arm64/extract,
156-
Object {
157-
"strip": 1,
158-
},
159-
],
160146
Array [
161147
<absolute path>/.node_binaries/<node version>/<node variant>/linux-arm64/download/node-v<node version>-linux-arm64.tar.gz,
162148
<absolute path>/.node_binaries/<node version>/<node variant>/linux-arm64/extract,

src/dev/build/tasks/nodejs/node_download_info.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export function getNodeDownloadInfo(config: Config, platform: Platform) {
2222
} else {
2323
variants = ['glibc-217'];
2424
}
25-
if (platform.isServerless()) variants.push('pointer-compression');
25+
// disabled, see https://github.com/nodejs/node/issues/54531
26+
// if (platform.isServerless()) variants.push('pointer-compression');
2627
}
2728

2829
return variants.map((variant) => {

x-pack/platform/plugins/shared/fleet/server/services/files/client_to_host.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ describe('FleetToHostFilesClient', () => {
197197

198198
it('should error if `agentIds` is empty', async () => {
199199
await expect(getFleetFilesInstance().create(fileReadable, [])).rejects.toThrow(
200-
'FleetFilesClientError: Missing agentIds!'
200+
'Missing agentIds!'
201201
);
202202
});
203203

@@ -218,7 +218,7 @@ describe('FleetToHostFilesClient', () => {
218218
esFile.data.hash = undefined;
219219

220220
await expect(getFleetFilesInstance().create(fileReadable, ['123'])).rejects.toThrow(
221-
'FleetFilesClientError: File hash was not generated!'
221+
'File hash was not generated!'
222222
);
223223
});
224224
});

0 commit comments

Comments
 (0)