kibana/.buildkite
Jon 3f14fcad56
[sonarqube] update memory, cpu (#190547)
Fixes a misplaced comma, bumps the node memory to half of the container.

https://buildkite.com/elastic/kibana-sonarqube/builds/12
2024-09-09 16:16:30 -05:00
..
hooks [Ops] Refactor env loading & fix agent-targeting rewrite (#178320) 2024-03-12 16:31:26 +01:00
pipeline-resource-definitions [ci] Disable 8.14 builds (#192371) 2024-09-09 10:42:24 -05:00
pipeline-utils Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
pipelines [sonarqube] update memory, cpu (#190547) 2024-09-09 16:16:30 -05:00
scripts [OAS] Only build serverless docs off main (#192294) 2024-09-09 11:27:48 -05: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 Enable serverless feature flag test configurations (#191755) 2024-09-02 15:43:53 +02:00
ftr_oblt_stateful_configs.yml [SLO] [Alerting] deployment agnostic slo burn rate rule tests (#187924) 2024-08-21 09:39:57 -05:00
ftr_platform_stateful_configs.yml [Stateful sidenav] Functional tests helpers (#189804) 2024-08-26 04:47:30 -05:00
ftr_search_serverless_configs.yml Enable serverless feature flag test configurations (#191755) 2024-09-02 15:43:53 +02: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 [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
ftr_security_stateful_configs.yml [ON-WEEK][POC] Playwright (#190803) 2024-09-06 13:09:18 +02:00
package-lock.json [ci] Upgrade micromatch to 4.0.8 (#191558) 2024-08-28 07:56:26 -05:00
package.json [ci] Upgrade axios to 1.7.4 (#191023) 2024-08-22 08:07:14 -05:00
pull_requests.json [CI] Remove kme leftovers (take 2) (#187947) 2024-07-10 16:01:06 +02:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04: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