kibana/.buildkite/ftr_search_stateful_configs.yml
Dzmitry Lemechko 88464e5b6d
[FTR] split configs by target into multiple manifest files (#187440)
## Summary

Part of #186515

Split FTR configs manifest into multiple files based on distro
(serverless/stateful) and area of testing (platform/solutions)
Update the CI scripts to support the change, but without logic
modification

More context:

With this change we will have a clear split of FTR test configs owned by
Platform and Solutions. It is a starting point to make configs
discoverable, our test pipelines be flexible and run tests based on
distro/solution.
2024-07-19 15:00:53 +02:00

9 lines
443 B
YAML

disabled:
# Base config files, only necessary to inform config finding script
- x-pack/test/functional_enterprise_search/base_config.ts
# Cypress configs, for now these are still run manually
- x-pack/test/functional_enterprise_search/cypress.config.ts
- x-pack/test/functional_enterprise_search/visual_config.ts
- x-pack/test/functional_enterprise_search/cli_config.ts
- x-pack/test/functional/apps/search_playground/config.ts