kibana/.buildkite
Tiago Costa 0af1324fe1
chore(NA): update pipeline resource definitions after v8.16.0 bump (#187594)
This PR is a simple update of our pipeline resource definition files
after the recent bumps.

---------

Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2024-07-05 11:24:05 -05:00
..
hooks [Ops] Refactor env loading & fix agent-targeting rewrite (#178320) 2024-03-12 16:31:26 +01:00
pipeline-resource-definitions chore(NA): update pipeline resource definitions after v8.16.0 bump (#187594) 2024-07-05 11:24:05 -05:00
pipeline-utils [ci] Use org wide PR comment bot (#187354) 2024-07-02 10:03:58 -05:00
pipelines [Security Solution][Serverless] Fixed periodic pipeline for Gen AI (#187561) 2024-07-05 09:11:07 +02:00
scripts [ci] Use org wide PR status bot (#187386) 2024-07-03 08:07:19 -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 [Index Management] Fix broken jest tests (#173029) 2023-12-18 17:21:28 +01:00
ftr_configs.yml [EDR Workflows] Turn on new Manifest Manager feature flag. (#186596) 2024-07-01 14:08:44 -05:00
package-lock.json [.buildkite] Upgrade braces to 3.0.3 (#186421) 2024-06-24 06:39:18 -05:00
package.json [ci] Upgrade mocha (#178456) 2024-03-12 09:49:02 -05:00
pull_requests.json [ci] Remove jenkins config (#173745) 2023-12-21 12:09:43 -06:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
tsconfig.json fix(NA): adds pipeline-resource-definitions/fix-location-collection.ts into a tsconfig 2024-04-04 15:16:01 +01: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