kibana/.buildkite
Jon f423ad3fc3
[ci] Fix test group ordering for external jobs (#170574)
Pipelines running triggered builds against older commits can create ci
stats with out of date metrics. When used as a reference point against
the branch HEAD, the number of selected groups may not accurately
reflect the current state.
2023-11-06 09:29:45 +01:00
..
hooks [Ops] Skip buildkite hooks for non kibana jobs (#165597) 2023-09-04 09:29:16 -07:00
pipeline-utils [ci] Fix test group ordering for external jobs (#170574) 2023-11-06 09:29:45 +01:00
pipelines [ci] Increase parallelism for cypress suite (#170570) 2023-11-03 15:08:52 -05:00
scripts [EDR Workflows] Include Osquery openApi schemas in codegen (#170389) 2023-11-03 16:39:05 +01: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 [Watcher] Re-enable jest tests (#162592) 2023-08-09 13:17:07 -04:00
ftr_configs.yml [Defend Workflows] Enable FTRs for serverless using tags (#169946) 2023-11-01 14:29:13 +01:00
package-lock.json Upgrade chai to 4.3.10 (#167693) 2023-10-02 12:09:55 -05:00
package.json Upgrade chai to 4.3.10 (#167693) 2023-10-02 12:09:55 -05:00
pull_requests.json [ci/pull_requests] Disable kibana-kme-test (#169238) 2023-10-23 13:47:15 -05: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