kibana/.buildkite
Tre' Seymour 8903ab3ddb [cc] Explore using a cheaper agent
Try n2-4-spot to start with
2023-02-20 11:54:53 +00:00
..
hooks [Buildkite] Hourly CI / tracked branch pipeline (#111785) 2021-09-16 11:28:07 -04:00
pipeline-utils [ci] Increase FTR timeout (#148677) 2023-01-10 15:02:04 -07:00
pipelines [cc] Explore using a cheaper agent 2023-02-20 11:54:53 +00:00
scripts Fix container image tag format (#151129) 2023-02-14 13:04:32 -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 [RAM] Reactivate most tests in triggers_actions_ui (#147535) 2022-12-14 12:58:12 -07:00
ftr_configs.yml [Custom Branding] Add custom branding settings to Global settings (#150080) 2023-02-16 08:13:42 +01:00
package-lock.json Upgrade Node.js from v16.18.1 to v18.13.0 (#144012) 2023-01-17 21:04:23 +01:00
package.json Upgrade Node.js from v16.18.1 to v18.13.0 (#144012) 2023-01-17 21:04:23 +01:00
pull_requests.json always require ci on codeowners changes (#144728) 2022-11-07 10:41:00 -07:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
tsconfig.json Implement package linter (#148496) 2023-01-09 16:49:29 -07: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