-
-
Notifications
You must be signed in to change notification settings - Fork 422
Split CI execution of integration tests #1526
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
Merged
Merged
Conversation
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
@silvanocerza
silvanocerza
force-pushed
the
scerza/integration-tests-speedup
branch
from
October 20, 2021 10:13
1c9472d
to
898437c
Compare
per1234
per1234
reviewed
Oct 20, 2021
@silvanocerza
silvanocerza
force-pushed
the
scerza/integration-tests-speedup
branch
from
October 20, 2021 10:33
898437c
to
eb7c96d
Compare
@per1234
per1234
added
topic: infrastructure
Related to project infrastructure
type: enhancement
Proposed improvement
labels
Oct 22, 2021
@silvanocerza
silvanocerza
force-pushed
the
scerza/integration-tests-speedup
branch
23 times, most recently
from
October 25, 2021 10:47
7d7b3f4
to
8aa92a1
Compare
@silvanocerza
silvanocerza
force-pushed
the
scerza/integration-tests-speedup
branch
from
October 25, 2021 13:05
54c5590
to
32d1e19
Compare
umbynos
umbynos
approved these changes
Oct 25, 2021
cmaglie
cmaglie
approved these changes
Oct 25, 2021
@silvanocerza
silvanocerza
deleted the
scerza/integration-tests-speedup
branch
October 25, 2021 13:55
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.
Uh oh!
There was an error while loading. Please reload this page.
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