-
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 x-pack accessibility config in 3 groups #171186
[ftr] split x-pack accessibility config in 3 groups #171186
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.
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.
I think a few additional changes are required, e.g. in CODEOWNERS and some docs, see e.g. this list of search results: https://github.com/search?q=repo%3Aelastic%2Fkibana+content%3Ax-pack%2Ftest%2Faccessibility&type=code
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.
Data Discovery change looks good (moving /x-pack/test/accessibility/apps/search_sessions.ts
), and should be good to go on our end once CODEOWNERS
is updated.
@elasticmachine merge upstream |
…ibana into ftr/split-xpack-a11y-config
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
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.
Data Discovery changes 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 |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary Splitting long running FTR config: <img width="1573" alt="image" src="https://github.com/elastic/kibana/assets/10977896/160b97b4-6468-4c2f-9827-17f6bb9a742a"> After split: | Config Path | Runtime | | ------------- | ------------- | | x-pack/test/accessibility/apps/group1/config.ts | 10m 15s | | x-pack/test/accessibility/apps/group2/config.ts | 14m 31s | | x-pack/test/accessibility/apps/group3/config.ts | 11m 30s | --------- Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 0c49603) # Conflicts: # .github/CODEOWNERS # x-pack/test/accessibility/config.ts
Summary
Splitting long running FTR config:
After split: