kibana/.buildkite
Robert Oskamp 76ab8acc36
Quality Gates - retry FTR tests (#174342)
## Summary

This PR enables a retry for failed FTR MKI tests when triggered from the
quality gates pipelines.

The retry has recently been introduce to that pipeline for all runs and
has now been modified to be controlled by an environment variable. This
PR adds the corresponding change to the calling pipelines.
2024-01-05 10:58:51 -07:00
..
hooks [ci] Run sonarqube daily (#173961) 2024-01-03 15:43:29 -06:00
pipeline-utils [ci] Avoid unintended notifications on failing test comment (#174124) 2024-01-03 11:52:52 -06:00
pipelines Quality Gates - retry FTR tests (#174342) 2024-01-05 10:58:51 -07:00
scripts [build] Upload CDN assets (#173159) 2024-01-04 11:19:38 -06: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 skip failing test suite (#174020) 2023-12-28 07:54:36 -06:00
package-lock.json [ci] Upgrade axios to 1.6.3 (#173935) 2024-01-03 07:10:36 -06:00
package.json [ci] Upgrade axios to 1.6.3 (#173935) 2024-01-03 07:10:36 -06: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 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