kibana/.buildkite
Kibana Machine e25d8a403e
[8.0] [ci] bump timeout for cigroups until we figure out the slowdown (#116506) (#116507)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Spencer <email@spalger.com>
2021-10-27 17:08:20 -05:00
..
hooks [Buildkite] Hourly CI / tracked branch pipeline (#111785) 2021-09-16 11:28:07 -04:00
pipelines [8.0] [ci] bump timeout for cigroups until we figure out the slowdown (#116506) (#116507) 2021-10-27 17:08:20 -05:00
scripts adds lists plugin to security solution cypress tests execution (#116442) 2021-10-27 20:55:55 +01:00
agents.json
package.json [buildkite] Move some functionality to a shared library (#102228) 2021-08-25 10:31:17 -04:00
pull_requests.json [buildkite] Build PRs on buildkite by default (#115796) 2021-10-20 13:34:21 -04:00
README.md

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