-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
.github/workflows/ci-linux.yml: Fine-tune max-parallel #36660
Conversation
But this also seems to depend on how many PR jobs are waiting to get into the queue. If that number is small, perhaps we don't need that adjustment. Let's see. |
Documentation preview for this PR (built with commit 8e26e8e; changes) is ready! 🎉 |
No idea how the specific numbers 8 and 24 are obtained. Anyway, overall decreasing of max-parallel numbers looks good to me. |
Thanks! |
Blocker? |
Sure, to get it merged in the next rc. |
"default" workflow finished after ~3 hours after release. Now 4 hours have passed since release. But the queue is still clogged with jobs of "standard-pre" and "minimal-pre". Many B&T jobs for PRs are waiting in the queue. We still have this problem. This PR seems insufficient to solve the problem. How about removing "minimal-pre" jobs from the first batch and putting it after "standard-pre"? Decreasing max-parallel for all jobs except "standard-pre" seems to help. No? |
I think a big chunk of extra clogging comes from https://github.com/sagemath/sage/actions/runs/6842482905, a "CI Linux incremental" workflow run with >= 24 parallel jobs. |
Hence #36697 |
... for constructive clogging, #36616 (comment)
📝 Checklist
⌛ Dependencies