kibana/.buildkite
Kibana Machine 97dd882d3c
[9.0] Upgrade Node.js to 20.19.2 (#221177) (#223128)
# Backport

This will backport the following commits from `main` to `9.0`:
- [Upgrade Node.js to 20.19.2
(#221177)](https://github.com/elastic/kibana/pull/221177)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2025-06-09T17:17:42Z","message":"Upgrade
Node.js to 20.19.2
(#221177)\n\nhttps://github.com/nodejs/node/releases/tag/v20.19.2\n\n---------\n\nCo-authored-by:
Tiago Costa
<tiago.costa@elastic.co>","sha":"96f48648a90333792f8da150667025423d7ff1b1","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.1.0"],"title":"Upgrade
Node.js to
20.19.2","number":221177,"url":"https://github.com/elastic/kibana/pull/221177","mergeCommit":{"message":"Upgrade
Node.js to 20.19.2
(#221177)\n\nhttps://github.com/nodejs/node/releases/tag/v20.19.2\n\n---------\n\nCo-authored-by:
Tiago Costa
<tiago.costa@elastic.co>","sha":"96f48648a90333792f8da150667025423d7ff1b1"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/221177","number":221177,"mergeCommit":{"message":"Upgrade
Node.js to 20.19.2
(#221177)\n\nhttps://github.com/nodejs/node/releases/tag/v20.19.2\n\n---------\n\nCo-authored-by:
Tiago Costa
<tiago.costa@elastic.co>","sha":"96f48648a90333792f8da150667025423d7ff1b1"}}]}]
BACKPORT-->

Co-authored-by: Jon <jon@elastic.co>
Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
2025-06-09 20:56:37 +02:00
..
hooks [Ops] Refactor env loading & fix agent-targeting rewrite (#178320) 2024-03-12 16:31:26 +01:00
pipeline-resource-definitions [9.0] Update console definitions branches (#221888) (#221999) 2025-06-03 08:47:40 +02:00
pipeline-utils [9.0] [ci] Bump jest disk to 80gb (#221116) (#221120) 2025-05-21 08:34:14 -05:00
pipelines [ci] Increase disk for capture_oas_snapshot (#221267) 2025-06-03 18:05:26 -05:00
scripts [9.0] Upgrade Node.js to 20.19.2 (#221177) (#223128) 2025-06-09 20:56:37 +02:00
.mocharc.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
.npmrc [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
disabled_jest_configs.json [Index Management] Fix broken jest tests (#173029) 2023-12-18 17:21:28 +01:00
ftr_base_serverless_configs.yml [FTR] support "deployment agnostic" api-integration tests (#189853) 2024-08-07 10:34:52 -05:00
ftr_configs_manifests.json [FTR] split configs by target into multiple manifest files (#187440) 2024-07-19 15:00:53 +02:00
ftr_oblt_serverless_configs.yml [9.0] [ftr] split svl common configs with 4 extra groups (#218415) (#221963) 2025-05-29 21:26:07 +03:00
ftr_oblt_stateful_configs.yml [9.0] [kbn-test] check config duplicate entries (#219089) (#219136) 2025-04-24 20:48:52 +02:00
ftr_platform_stateful_configs.yml [9.0] [Sessions] Check and allow session cookies if they are all the same (#220430) (#221062) 2025-05-21 01:04:13 +01:00
ftr_search_serverless_configs.yml [9.0] [ftr] split svl common configs with 4 extra groups (#218415) (#221963) 2025-05-29 21:26:07 +03:00
ftr_search_stateful_configs.yml [FTR] split configs by target into multiple manifest files (#187440) 2024-07-19 15:00:53 +02:00
ftr_security_serverless_configs.yml [9.0] [ftr] split svl common configs with 4 extra groups (#218415) (#221963) 2025-05-29 21:26:07 +03:00
ftr_security_stateful_configs.yml [9.0] [Security Assistant] Adds BuildKite pipeline for running Security GenAI Evaluations weekly (#215254) (#219283) 2025-04-25 22:11:58 +02:00
package-lock.json [9.0] Upgrade axios 1.8.3 in buildkite (#215203) (#215298) 2025-03-20 13:44:59 +02:00
package.json [9.0] Upgrade axios 1.8.3 in buildkite (#215203) (#215298) 2025-03-20 13:44:59 +02:00
pull_requests.json [ci] Click to deploy cloud (#205623) 2025-01-23 10:26:03 +01:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
scout_ci_config.yml [9.0] [Scout] add painless lab (#219124) 2025-04-25 15:17:52 +02:00
tsconfig.json fix(NA): adds pipeline-resource-definitions/fix-location-collection.ts into a tsconfig 2024-04-04 15:16:01 +01:00
tsconfig.test.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00

Kibana / Buildkite

Directory Structure

  • hooks - special directory used by Buildkite agents for hooks
  • pipeline-utils - Shared TypeScript utils for use in pipeline scripts
  • pipelines - contains pipeline definitions
  • scripts/common - scripts that get sourced by other scripts to set environment variables or import shared functions
  • scripts/lifecycle - general scripts for tasks that run before or after individual steps or the entire build
  • scripts/steps - scripts that define something that will run for a step defined in a pipeline
  • scripts/* - all other scripts are building blocks that make up the tasks in pipelines. They may be run by other scripts, but should not be sourced