-
Notifications
You must be signed in to change notification settings - Fork 827
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
Switch couldbuilds from N1 to E2 Machines #5059
Comments
@BenTheElder: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
kubernetes-sigs/security-profiles-operator has remaining false-positive search results from otherwise all repos have PRs open or merged already, updated the checklist. thanks @sarab97 |
All PRs are merged. Closing this issue. |
@sarab97: You can't close an active issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
EDIT: These are actually priced the same on cloud build only currently. I suspect we should switch anyhow (N1 type is outdated...), but this lowers the priority further.
https://cloud.google.com/build/pricing
Original Issue:
The E2 machine type should have comparable performance but is newer
and cheaperthan N1 type. (Cheaper in general, NOT cheaper on cloudbuild, see above)Many of our existing cloudbuilds for pushing images etc are using N1 type.
We should track these down and help update like kubernetes/ingress-nginx#9813.
This is NOT High priority, but this is simple, low-hanging fruit. Should be a good-first-issue
/good-first-issue
/help-wanted
This search query will locate usage within Kubernetes repos:
https://cs.k8s.io/?q=machineType%3A%20N1_HIGH&i=nope&files=&excludeFiles=&repos=
Currently I see these in:
machineType: N1_
should be replaced withmachineType: E2_
I've already updated kind and see also kubernetes/test-infra#29195 (comment)
Reference materials:
https://cloud.google.com/build/docs/build-config-file-schema#options
https://cloud.google.com/build/docs/api/reference/rest/v1/projects.builds#machinetype
https://cloud.google.com/blog/products/compute/google-compute-engine-gets-new-e2-vm-machine-types
/sig k8s-infra
/priority backlog
The text was updated successfully, but these errors were encountered: