kibana/.buildkite
Jonathan Budzenski 9da30023bb
Re-enable Bazel cache on CI (#142975) (#142988)
* Re-enable Bazel cache on CI

* remove exit test
2022-10-10 08:14:56 -07: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) (#139115) 2022-08-18 11:17:06 -07:00
pipelines [artifacts/cft] Soft fail on timeout (#141180) (#141244) 2022-09-21 08:46:40 -07:00
scripts Re-enable Bazel cache on CI (#142975) (#142988) 2022-10-10 08:14:56 -07: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
agents.json [CI] Buildkite support with Baseline pipeline (#100492) 2021-06-01 13:11:07 -04:00
ftr_configs.yml Fix banner not being displayed on login page (#140688) (#141028) 2022-09-20 01:50:31 -07:00
package-lock.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
package.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
pull_requests.json Revert "[ci] remove requirement that CI runs for readme changes (#134504)" 2022-09-01 10:55:25 -05:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
tsconfig.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04: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