Skip to content
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

faster 32-bit CI tests #4167

Merged
merged 3 commits into from
Oct 12, 2024
Merged

faster 32-bit CI tests #4167

merged 3 commits into from
Oct 12, 2024

Conversation

Cyan4973
Copy link
Contributor

this is the longest CI test, reaching ~40mn on last PR, so we are waiting CI completion on this one currently.

this is the longest CI test, reaching ~40mn on last PR
@Cyan4973
Copy link
Contributor Author

Cyan4973 commented Oct 12, 2024

It reduced the target test to 20mn.
Still long, but better.

Our new longest test is now clang-msan-testzstd (29mn)

@Cyan4973
Copy link
Contributor Author

Cyan4973 commented Oct 12, 2024

make-test-32bit is now down to 12 minutes, no longer an issue.

Good, let's now have a look at the next longest one, clang-msan-testzstd

edit: this test is run entirely within playTests.sh, which is a single sh script, serially executed by nature.
Parallel execution would require breaking this test into multiple smaller parts, that could be started in parallel.
This will have to be a separate PR.

@Cyan4973 Cyan4973 marked this pull request as ready for review October 12, 2024 01:35
@Cyan4973 Cyan4973 changed the title attempt to make 32-bit tests faster attempt to make 32-bit CI tests faster Oct 12, 2024
@Cyan4973 Cyan4973 changed the title attempt to make 32-bit CI tests faster faster 32-bit CI tests Oct 12, 2024
@Cyan4973 Cyan4973 merged commit def3ee9 into dev Oct 12, 2024
91 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants