kibana/.buildkite
Jon fafec28398
[ci/on-merge] Adjust check types queue (#170026)
n2-2-spot preemption are frequent enough that this is causing pipeline
instability. This moves the instance size up to n2-4

This also removes the max-old-space-size definition I previously set.
delanni helped me understand that we're spawning a tsc process with a
memory limit already defined.
2023-10-27 08:08:48 -05:00
..
hooks [Ops] Skip buildkite hooks for non kibana jobs (#165597) 2023-09-04 09:29:16 -07:00
pipeline-utils [Ops] ES Serverless verification: tag based filtering (#168374) 2023-10-11 09:49:46 +02:00
pipelines [ci/on-merge] Adjust check types queue (#170026) 2023-10-27 08:08:48 -05:00
scripts [ci/on-merge] Adjust check types queue (#170026) 2023-10-27 08:08:48 -05: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 [Security Solution][Exceptions][API testing] Move and restructures exception groups in the new api integration test folder (#168700) 2023-10-18 14:20:24 +02: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