kibana/.buildkite
Dzmitry Lemechko 852299b535
[performance] add APM data set extraction pipeline (#147177)
## Summary

Part of #140828

PR for run yml file
[elastic/kibana-buildkite/pull/67](https://github.com/elastic/kibana-buildkite/pull/67)

This PR moves data set extraction step in separate pipeline, still
reporting KIbana scalability and ES Rally output in Kibana-related
bucket.

Reporting ES Rally data to required bucket will be added in the
follow-up PR.
2022-12-07 19:02:15 +01:00
..
hooks [Buildkite] Hourly CI / tracked branch pipeline (#111785) 2021-09-16 11:28:07 -04:00
pipeline-utils [ci] Shorten timeout for jest and ftr steps (#146636) 2022-11-29 17:26:07 -06:00
pipelines [performance] add APM data set extraction pipeline (#147177) 2022-12-07 19:02:15 +01:00
scripts [scalability testing] typescript runner (#147002) 2022-12-06 22:21:52 +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 skip src/core/server/integration_tests/ui_settings/jest.integration.config.js (#145646) 2022-11-17 18:04:11 -06:00
ftr_configs.yml [Vislib] Removes the old implementation of the pie (#146990) 2022-12-07 14:14:47 +02:00
package-lock.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
package.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
pull_requests.json always require ci on codeowners changes (#144728) 2022-11-07 10:41:00 -07:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
tsconfig.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04: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