kibana/.buildkite
2022-09-01 11:03:39 -05:00
..
hooks [Buildkite] Hourly CI / tracked branch pipeline (#111785) 2021-09-16 11:28:07 -04:00
pipeline-utils add a timeout to buildkite artifact downloads (#139046) (#139117) 2022-08-18 11:14:11 -07:00
pipelines Bump linux bazel cache timeout to 30 minutes (#139491) (#139493) 2022-08-25 10:19:44 -07:00
scripts add a timeout to buildkite artifact downloads (#139046) (#139117) 2022-08-18 11:14:11 -07:00
.mocharc.json [8.3] [CI] Move kibana-buildkite-library into kibana (#134787) (#135350) 2022-06-28 12:00:44 -07:00
.npmrc [8.3] [CI] Move kibana-buildkite-library into kibana (#134787) (#135350) 2022-06-28 12:00:44 -07:00
agents.json [CI] Buildkite support with Baseline pipeline (#100492) 2021-06-01 13:11:07 -04:00
ftr_configs.yml [testGroupRunOrder] allow defining a queue name for each ftr config (#135349) (#135605) 2022-06-30 16:31:22 -07:00
package-lock.json [8.3] [CI] Move kibana-buildkite-library into kibana (#134787) (#135350) 2022-06-28 12:00:44 -07:00
package.json [8.3] [CI] Move kibana-buildkite-library into kibana (#134787) (#135350) 2022-06-28 12:00:44 -07:00
pull_requests.json Revert "[ci] remove requirement that CI runs for readme changes (#134504)" 2022-09-01 11:03:39 -05:00
README.md [8.3] [CI] Move kibana-buildkite-library into kibana (#134787) (#135350) 2022-06-28 12:00:44 -07:00
tsconfig.json [8.3] [CI] Move kibana-buildkite-library into kibana (#134787) (#135350) 2022-06-28 12:00:44 -07:00
tsconfig.test.json [8.3] [CI] Move kibana-buildkite-library into kibana (#134787) (#135350) 2022-06-28 12:00:44 -07: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