-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ftr] split serverless config to speedup test run on CI #168195
[ftr] split serverless config to speedup test run on CI #168195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Visualizations changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
## Summary After [164798](elastic#164798) was merged CI singnificantly slowed down because f these FTR groups: ``` x-pack/test_serverless/functional/test_suites/security/common_configs/config.group2.ts: 75.6 minutes x-pack/test_serverless/functional/test_suites/search/common_configs/config.group2.ts: 75 minutes x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group2.ts: 74.7 minutes ``` This PR splits each group into 3.
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
After 164798 was merged CI singnificantly slowed down because f these FTR groups:
This PR splits each group into 3.