[8.19] [ftr] split svl common configs with 4 extra groups (#218415)#221964
Merged
Ikuni17 merged 2 commits intoelastic:8.19from May 29, 2025
Merged
[8.19] [ftr] split svl common configs with 4 extra groups (#218415)#221964Ikuni17 merged 2 commits intoelastic:8.19from
Ikuni17 merged 2 commits intoelastic:8.19from
Conversation
## Summary These 2 configs for all solutions take 35-39 minutes: ``` x-pack/test_serverless/functional/test_suites/<solution>/common_configs/config.group5.ts x-pack/test_serverless/functional/test_suites/<solution>/common_configs/config.group6.ts ``` I added 4 additional groups under each solution and relocated some configs to split original runtime by ~3: ``` x-pack/test_serverless/functional/test_suites/<solution>/common_configs/config.group9.ts x-pack/test_serverless/functional/test_suites/<solution>/common_configs/config.group10.ts x-pack/test_serverless/functional/test_suites/<solution>/common_configs/config.group11.ts x-pack/test_serverless/functional/test_suites/<solution>/common_configs/config.group12.ts ``` It should help balancing configs better and retry failed ones faster. After this PR groups runtime |config path| runtime | | ------------- | ------------- | |x-pack/test_serverless/functional/test_suites/security/common_configs/config.group5.ts| 16m 15s | |x-pack/test_serverless/functional/test_suites/security/common_configs/config.group6.ts| 18m 7s | |x-pack/test_serverless/functional/test_suites/security/common_configs/config.group9.ts| 12m 7s | |x-pack/test_serverless/functional/test_suites/security/common_configs/config.group10.ts | 16m 13s | |x-pack/test_serverless/functional/test_suites/security/common_configs/config.group11.ts| 14m 3s | |x-pack/test_serverless/functional/test_suites/security/common_configs/config.group12.ts| 17m 47s | (cherry picked from commit dfed762) # Conflicts: # .buildkite/ftr_oblt_serverless_configs.yml # .buildkite/ftr_search_serverless_configs.yml # .buildkite/ftr_security_serverless_configs.yml
Contributor
💚 Build Succeeded
Metrics [docs]
History
cc @Ikuni17 |
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.
Backport
This will backport the following commits from
mainto8.19:Questions ?
Please refer to the Backport tool documentation