-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[sig-autoscaling] bump hpa-cpu job parallelism to 10 #36015
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
base: master
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: maxcao13 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bumps ginkgo parallelism of the hpa-cpu job to 10. To accomodate this, each worker node will be the e2-highcpu-8 instances type. These have 8 CPU and 8 GiB of memory each. Signed-off-by: Max Cao <[email protected]>
6a34db8 to
d00915a
Compare
|
This is limit testing, but I think the infrastructure should be able to handle 10 concurrent tests with 24 CPU total in the gce cluster. At least according to my crude math in the original issue. If we tried parallelism of 6, I believe our 4 CPU worker nodes would make the tests flake. |
|
Let's give it a go! |
|
/lgtm |
Related to: kubernetes/kubernetes#135026
Bumps ginkgo parallelism of the hpa-cpu job to 10. To accomodate this, each worker node will be the e2-highcpu-8 instances type. These have 8 CPU and 8 GiB of memory each: https://gcloud-compute.com/e2-highcpu-8.html.