kibana/.buildkite
Dzmitry Lemechko f93e3b0178
[ska][x-pack] relocate platform tests [7] (#220803)
## Summary

Part of https://github.com/elastic/kibana-team/issues/1503

This PR is mostly about moving tests from x-pack/test to
x-pack/platform/test

Before:

```
x-pack/test/
     | - encrypted_saved_objects_api_integration/
     | - plugin_api_integration/
```

After: 
```
x-pack/platform/test/
     | - encrypted_saved_objects_api_integration/
     | - plugin_api_integration/
```

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-06-03 14:57:31 +02:00
..
hooks [Ops] Refactor env loading & fix agent-targeting rewrite (#178320) 2024-03-12 16:31:26 +01:00
pipeline-resource-definitions Update console definitions branches (#221888) 2025-05-29 19:35:17 +03:00
pipeline-utils [ci] Bump jest disk to 80gb (#221116) 2025-05-21 08:08:56 -05:00
pipelines [Security Solution] Fix MKI tests for prebuilt rules (#222170) 2025-06-02 17:16:42 +03:00
scripts [ResponseOps][MW] Fix MW oas docs capture. (#221727) 2025-06-03 13:05:18 +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_base_serverless_configs.yml [FTR] support "deployment agnostic" api-integration tests (#189853) 2024-08-07 10:34:52 -05:00
ftr_chat_serverless_configs.yml [Config stripUnknowns] Skip compatible mode when running in CI (#217536) 2025-04-14 17:52:51 +02:00
ftr_configs_manifests.json [workchat] Initial FTR test setup (#216828) 2025-04-09 10:31:12 +02:00
ftr_oblt_serverless_configs.yml [ftr] split svl common configs with 4 extra groups (#218415) 2025-04-16 11:34:55 -05:00
ftr_oblt_stateful_configs.yml Stateful Deployment-Agnostic FTR Config for AI Assistant (#221469) 2025-05-27 11:39:10 +02:00
ftr_platform_stateful_configs.yml [ska][x-pack] relocate platform tests [7] (#220803) 2025-06-03 14:57:31 +02:00
ftr_search_serverless_configs.yml [ftr] split svl common configs with 4 extra groups (#218415) 2025-04-16 11:34:55 -05:00
ftr_search_stateful_configs.yml [Search] test: removing stale cypress & functional_enterprise_search references (#220446) 2025-05-08 12:33:09 -05:00
ftr_security_serverless_configs.yml [Security Solution] Refactor prebuilt rules integration tests (#219831) 2025-05-30 12:23:45 +02:00
ftr_security_stateful_configs.yml [Security Solution] Refactor prebuilt rules integration tests (#219831) 2025-05-30 12:23:45 +02:00
package-lock.json [On-Week] Automate chromium linux builds for reporting in Kibana (#212674) 2025-05-06 22:04:08 +02:00
package.json [On-Week] Automate chromium linux builds for reporting in Kibana (#212674) 2025-05-06 22:04:08 +02:00
pull_requests.json [ci] Click to deploy cloud (#205623) 2025-01-23 10:26:03 +01:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
scout_ci_config.yml chore(streams): add scout test for wired and classic stream (#220295) 2025-05-23 08:37:51 -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