kibana/.buildkite
Alex Szabo 2056e7f643
[CI] increase disk size for checks.sh (#218286)
## Summary
We've seen some errors in PRs and On-merge jobs where the `checks.sh`
fails with a no space left error.

This attempts to increase the requested disk size.

Errors: 
 - https://buildkite.com/elastic/kibana-on-merge/builds/66627#_
 - https://buildkite.com/elastic/kibana-pull-request/builds/293246
2025-04-16 01:04:38 +01:00
..
hooks [Ops] Refactor env loading & fix agent-targeting rewrite (#178320) 2024-03-12 16:31:26 +01:00
pipeline-resource-definitions [8.x] [ci] enable Scout reporter for on-merge-unsupported-ftrs (#210627) (#210672) 2025-02-11 22:28:27 +01:00
pipeline-utils [8.x] [CI] Allow using elastic-images-qa through PR label or env var (#216878) (#217141) 2025-04-04 11:20:54 +01:00
pipelines [CI] increase disk size for checks.sh (#218286) 2025-04-16 01:04:38 +01:00
scripts [8.x] [CI] Also download FIPS artifacts before validating (#217986) (#217999) 2025-04-11 08:38:35 -06: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 [8.x] Prepare branch (#192528) 2024-09-12 16:24:06 -05: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 [8.x] [ftr] split oblt DA configs to speedup CI (#217452) (#217632) 2025-04-11 18:00:32 +02:00
ftr_oblt_stateful_configs.yml [8.x] [Profiling] Migrate Profiling Cypress tests to on_merge from on_merge_unsupported_ftrs (#206727) (#207401) 2025-01-21 18:12:53 +00:00
ftr_platform_stateful_configs.yml [8.x] [ftr] split discover group3 config (#217486) (#217572) 2025-04-08 20:40:22 +02:00
ftr_search_serverless_configs.yml [8.x] Prepare branch (#192528) 2024-09-12 16:24:06 -05: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 [8.x] [Security Solution] Enable prebuilt rules customization feature flag (#212761) (#214024) 2025-03-12 05:02:09 +01:00
ftr_security_stateful_configs.yml [8.x] [Security Solution] Enable prebuilt rules customization feature flag (#212761) (#214024) 2025-03-12 05:02:09 +01:00
package-lock.json [8.x] Upgrade axios 1.8.3 in buildkite (#215203) (#215297) 2025-03-20 13:54:38 +02:00
package.json [8.x] Upgrade axios 1.8.3 in buildkite (#215203) (#215297) 2025-03-20 13:54:38 +02:00
pull_requests.json [8.x] [ci] Click to deploy cloud (#205623) (#208042) 2025-01-24 17:13:20 +01:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
scout_ci_config.yml [8.x] initial @kbn/scout-security plugin (#210433) (#215527) 2025-03-23 20:53:00 +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