Split CI execution of integration tests #1526
Merged
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.
Please check if the PR fulfills these requirements
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)This PR changes the way integration tests are run in the CI so it takes less time to run the whole tests suite.
This greatly enhances the contributors' experience so they don't have to wait almost an hour to merge a PR, or even more in case of failures.
Integration tests are run concurrently two at a time per runner.
Each runner now runs just a single file, this cuts the execution time of the full tests suite more than half.
test_compile.py
has been split into 4 parts since it was taking quite a bit to run even with this solution.titled accordingly?
Nope.
None.
See how to contribute