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

Run all tests in CI in parallel #1490

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

azat
Copy link
Member

@azat azat commented Jul 11, 2023

Previously we had some issues with this because some workers was not capable to handle such load, but after adding one more element to build matrix some builds exceeds the time (i.e. freebsd, for which tests tooks 17m before, and it is kind of obvious that they exceeds now).

So let's try, maybe github actions workers are better (though I'm really doubt...)

Fixes: #1452

azat added 2 commits July 11, 2023 21:11
Previously we had some issues with this because some workers was not
capable to handle such load, but after adding one more element to build
matrix some builds exceeds the time (i.e. freebsd, for which tests tooks
17m before, and it is kind of obvious that they exceeds now).

So let's try, maybe github actions workers are better (though I'm really
doubt...)
@azat
Copy link
Member Author

azat commented Jul 12, 2023

Interesting, it does not helps a lot, i.e. for freebsd we have: 13m9s vs 12m42s, though commands looks correct.
But for macos it is 11m23s vs 5m57s
I guess this may be due to 34 jobs to run, let's try to increase.
Also interesting that on CI tests does not fails like in #1491

UPD: increasing to 50 also does not helps a lot, freebsd still takes 12m

@azat azat marked this pull request as draft July 29, 2023 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Run tests in parallel
1 participant