-
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
[ci] Splits Jest integration tests #125454
[ci] Splits Jest integration tests #125454
Conversation
5c823c0
to
0b8cca9
Compare
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
0b8cca9
to
1f7ac5d
Compare
Pinging @elastic/kibana-operations (Team:Operations) |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/fleet (Team:Fleet) |
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.
Fleet change 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.
Response Ops changes LGTM
(cherry picked from commit 435b772)
(cherry picked from commit 435b772)
(cherry picked from commit 435b772)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
We need to split the Jest integration tests on CI as it's approaching the current CI duration. This refactors the check for Jest config files to also handle Jest integration tests, and to be more efficient (no longer uses
jest --listTests
). The next step is to split the groups based on the execution time.Used that script to generate the necessary Jest integration config files