[ftr] re-group configs for deployment agnostic tests#190672
Merged
dmlemeshko merged 4 commits intoelastic:mainfrom Aug 21, 2024
Merged
[ftr] re-group configs for deployment agnostic tests#190672dmlemeshko merged 4 commits intoelastic:mainfrom
dmlemeshko merged 4 commits intoelastic:mainfrom
Conversation
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
jbudz
approved these changes
Aug 19, 2024
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
pheyos
reviewed
Aug 21, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
While reviewing #187924 I realised that Solution Teams will have their own stateful FTR configs and the overall number of configs in
api_integration/deployment_agnosticfolder might grow up soon and it is better to re-organise it in advance.With new structure we have

configsfolder with 2 sub-folders:statefulandserverlessWhen Platform teams add deployment-agnostic tests, it is expected to be loaded in
configs/stateful/platform.index.tsand at least one of<project>.serverless.configunderconfigs/serverlessWhen Solution team adds deployment-agnostic tests (e.g. one of Oblt teams), it is expected to be loaded both in
configs/stateful/oblt.index.tsandconfigs/serverless/oblt.index.ts