-
Notifications
You must be signed in to change notification settings - Fork 915
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
[REVIEW] Change pytest distribution algorithm and increase parallelism in CI #10232
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #10232 +/- ##
================================================
+ Coverage 10.42% 10.47% +0.04%
================================================
Files 119 122 +3
Lines 20603 20502 -101
================================================
- Hits 2148 2147 -1
+ Misses 18455 18355 -100
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed in Slack thread -- looks good to me, and appears to cut the runtime by 45%. As long as 8 cores doesn't thrash the machine in a way that negatively affects other CI things (e.g. logging? background processes?) or lead to GPU out-of-memory errors, this looks good to me.
@gpucibot merge |
This PR increases the number of cores allocated to
pytest-xdist
and also changes distribution algorithm forcudf
toloadscope
.This PR:
branch-22.04
: