kibana/.buildkite
Brad White a50bb7c928
Fix KME pipeline being triggered by comments (#172973)
## Summary

`always_trigger_comment_regex` will override other settings like
`build_on_comment = false` and is triggering the KME pipeline from
comments.
2023-12-08 09:03:59 -08:00
..
hooks [Ops] Skip buildkite hooks for non kibana jobs (#165597) 2023-09-04 09:29:16 -07:00
pipeline-utils [Ops] Auto promote serverless rc (#172037) 2023-12-04 09:21:56 +01:00
pipelines [EDR Workflows][CI] Indicate in the name of burning specs that they're only soft failing (#172589) 2023-12-07 05:06:00 -07:00
scripts [Ops] Switch to using the migrated secret paths for vault secrets (#172175) 2023-12-06 10:40:44 +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 disable failing jest config (#171256) 2023-11-14 16:29:01 -06:00
ftr_configs.yml [Painless Lab] Add basic functional smoke tests for both serverless and stateful (#172679) 2023-12-07 08:15:40 +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 Fix KME pipeline being triggered by comments (#172973) 2023-12-08 09:03:59 -08: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