Add parallel_tests for test suite in CI#8678
Merged
andreslucena merged 34 commits intodecidim:developfrom Jan 28, 2022
Merged
Conversation
aecd0a5 to
e844f3f
Compare
Member
|
I marked as review to see the CI execution. Can you add some description @alecslupu 🙏🏽? Also, you'll need to resolve merge conflicts (it must be from #8677 for sure, as you might already know 😄) |
e844f3f to
7b4fb35
Compare
7c4b974 to
126c637
Compare
2e38a43 to
6a16b95
Compare
6a16b95 to
973e1dd
Compare
7562399 to
1205679
Compare
andreslucena
requested changes
Jan 28, 2022
Member
andreslucena
left a comment
There was a problem hiding this comment.
One doubt and the typical changes of git references...
Great job!! 🚀
andreslucena
approved these changes
Jan 28, 2022
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.
🎩 What? Why?
Reduce the time to run the test suite, related to #6194
As per below table, this PR releases 4 additional workers for each time the pipeline is running. Based on the measurements from above, the initial time has a sum of 778 minutes in actions, while the optimized version has 593 action minutes. We can conclude there is a economy of about 185 minutes in the actions time for each PR / merge action.
Further actions we can take to speed up some of the tests is to investigate the matrix feature in github actions, but that would consume additional workers.
📌 Related Issues
Link your PR to an issue
Testing
This PR does not adds any Product features. It only reduces the amount of time required to run the other test suites.
📋 Checklist
🚨 Please review the guidelines for contributing to this repository.
docs/.📷 Screenshots
Please add screenshots of the changes you're proposing
