kibana/.buildkite
Maja Grubic 8ae497afcc
[Kibana Overview] First round of functional tests (#134680)
* [Kibana Overview] First round of functional tests

* Update tests

* Update snapshot

* Update failing test

* Fix failing test

* Fix failing test

* Fix failing test

* Fix failing test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-06-23 07:46:04 +02:00
..
hooks [Buildkite] Hourly CI / tracked branch pipeline (#111785) 2021-09-16 11:28:07 -04:00
pipelines ingest performance metrics to ci-stats (#134792) 2022-06-22 15:44:11 -07:00
scripts ingest performance metrics to ci-stats (#134792) 2022-06-22 15:44:11 -07:00
agents.json [CI] Buildkite support with Baseline pipeline (#100492) 2021-06-01 13:11:07 -04:00
ftr_configs.yml [Kibana Overview] First round of functional tests (#134680) 2022-06-23 07:46:04 +02:00
package-lock.json [es-snapshots] Trigger packer cache job using API instead of pipeline (#133246) 2022-05-31 15:20:20 -04:00
package.json [es-snapshots] Trigger packer cache job using API instead of pipeline (#133246) 2022-05-31 15:20:20 -04:00
pull_requests.json [ci] remove requirement that CI runs for readme changes (#134504) 2022-06-15 14:02:58 -04:00
README.md [CI] Buildkite support with Baseline pipeline (#100492) 2021-06-01 13:11:07 -04:00

Kibana / Buildkite

Directory Structure

  • hooks - special directory used by Buildkite agents for hooks
  • 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