kibana/.buildkite
Alex Szabo 350044a927
[BK] Migrate emergency-release-branch-testing pipeline to the new infra (#186537)
## Summary
Migrates (without history preservation) the emergency release branch
testing job to the new infra

Verified through:
 - [x] locally tested the pipeline definition file
- [x] ran the testing pipeline through the migration staging job
(https://buildkite.com/elastic/kibana-migration-pipeline-staging/builds/125#_)
2024-06-21 16:16:02 +02:00
..
hooks [Ops] Refactor env loading & fix agent-targeting rewrite (#178320) 2024-03-12 16:31:26 +01:00
pipeline-resource-definitions [BK] Migrate emergency-release-branch-testing pipeline to the new infra (#186537) 2024-06-21 16:16:02 +02:00
pipeline-utils [ci / FIPS] Dynamic agent selection. Add FIPS agents (#183777) 2024-06-20 13:09:45 -07:00
pipelines [BK] Migrate emergency-release-branch-testing pipeline to the new infra (#186537) 2024-06-21 16:16:02 +02:00
scripts Update deploy.sh to fail if curl doesn't get 2xx (#186546) 2024-06-20 22:35:57 +02: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 [EEM] Add APIs for managing api keys and enabling entity discovery (#184548) 2024-06-20 20:56:30 +02:00
package-lock.json [ci] Upgrade follow-redirects to 1.15.6 (#180326) 2024-04-09 08:19:40 -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