-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/coordinator/pool: count C2 and N2 quotas separately
We currently use E2, C2, and N2 instances on GCE. C2 and N2 instances have their own quotas, which are accounted separately from the CPUS quotas. This could probably be cleaned up to keep track of all CPU quotas and handle more instance types, but this should work for the time being. See: https://cloud.google.com/compute/quotas#cpu_quota For golang/go#49207 Change-Id: Ida1e8de3c857560637095d57e972bca7222284ed Reviewed-on: https://go-review.googlesource.com/c/build/+/361656 Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
- Loading branch information
Showing
1 changed file
with
70 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters