kibana/.buildkite
Gergő Ábrahám 645d402a1c
[EDR Workflows][CI][8.11] Indicate in the name of burning specs that they're only soft failing (#172671)
## Summary

Backport of #172589

Goal: emphasise in our job names that they're soft failing.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-12-08 10:47:14 +01:00
..
hooks [Ops] Skip buildkite hooks for non kibana jobs (#165597) 2023-09-04 09:29:16 -07:00
pipeline-utils [8.11] fix/redact axios headers (#171803) (#171808) 2023-11-22 16:27:19 -07:00
pipelines [EDR Workflows][CI][8.11] Indicate in the name of burning specs that they're only soft failing (#172671) 2023-12-08 10:47:14 +01:00
scripts [8.11] [build] Rename ubi9 image to ubi (#171424) (#172208) 2023-11-29 12:02:00 -07: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 [8.11] Adding user profiles tests for regular and serverless (#171554) (#171758) 2023-11-22 12:33:52 -05: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 [8.11] [ci/pull_requests] Disable kibana-kme-test (#169238) (#169568) 2023-10-23 15:11:10 -04: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