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

Limit concurrency for nightly jobs #372

Merged
merged 1 commit into from
Jan 5, 2025
Merged

Conversation

akihironitta
Copy link
Member

@akihironitta akihironitta commented Jan 5, 2025

This PR limits the number of concurrent nightly jobs to let other repos to use the resource of GitHub-hosted runners. Currently, we have 200 scheduled nightly jobs, and each takes from 3.5 min to 15 min, occupying the max number of concurrent jobs (i.e., 20) across all repos pyg-team org:

image

This should be ok because nightly builds don't need to be avaialble ASAP.

@akihironitta akihironitta added the ci label Jan 5, 2025
@akihironitta akihironitta self-assigned this Jan 5, 2025
Copy link

codecov bot commented Jan 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.58%. Comparing base (fb0b5df) to head (2feb332).
Report is 24 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #372      +/-   ##
==========================================
+ Coverage   86.40%   86.58%   +0.18%     
==========================================
  Files          35       35              
  Lines        1214     1208       -6     
==========================================
- Hits         1049     1046       -3     
+ Misses        165      162       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@akihironitta akihironitta enabled auto-merge (squash) January 5, 2025 21:08
@akihironitta akihironitta disabled auto-merge January 5, 2025 21:08
@akihironitta akihironitta merged commit 50cd40f into master Jan 5, 2025
12 of 14 checks passed
@akihironitta akihironitta deleted the aki/limit-concurrency branch January 5, 2025 21:08
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.

1 participant