diff --git a/images/base/cloudbuild.yaml b/images/base/cloudbuild.yaml index 631cb0a533..a9618272b8 100644 --- a/images/base/cloudbuild.yaml +++ b/images/base/cloudbuild.yaml @@ -1,7 +1,7 @@ # See https://cloud.google.com/cloud-build/docs/build-config options: substitution_option: ALLOW_LOOSE - machineType: N1_HIGHCPU_8 + machineType: E2_HIGHCPU_8 steps: - name: gcr.io/k8s-testimages/krte:latest-master entrypoint: make diff --git a/images/haproxy/cloudbuild.yaml b/images/haproxy/cloudbuild.yaml index 32ab673b3f..8c4f2ff00a 100644 --- a/images/haproxy/cloudbuild.yaml +++ b/images/haproxy/cloudbuild.yaml @@ -1,7 +1,7 @@ # See https://cloud.google.com/cloud-build/docs/build-config options: substitution_option: ALLOW_LOOSE - machineType: N1_HIGHCPU_8 + machineType: E2_HIGHCPU_8 steps: - name: gcr.io/k8s-testimages/krte:latest-master entrypoint: make diff --git a/images/kindnetd/cloudbuild.yaml b/images/kindnetd/cloudbuild.yaml index a92840e2c2..60a2e6a3db 100644 --- a/images/kindnetd/cloudbuild.yaml +++ b/images/kindnetd/cloudbuild.yaml @@ -1,7 +1,7 @@ # See https://cloud.google.com/cloud-build/docs/build-config options: substitution_option: ALLOW_LOOSE - machineType: N1_HIGHCPU_32 + machineType: E2_HIGHCPU_32 steps: - name: gcr.io/k8s-testimages/krte:latest-master entrypoint: make diff --git a/images/local-path-helper/cloudbuild.yaml b/images/local-path-helper/cloudbuild.yaml index 11a75f4dfb..96fc1932bc 100644 --- a/images/local-path-helper/cloudbuild.yaml +++ b/images/local-path-helper/cloudbuild.yaml @@ -1,7 +1,7 @@ # See https://cloud.google.com/cloud-build/docs/build-config options: substitution_option: ALLOW_LOOSE - machineType: N1_HIGHCPU_8 + machineType: E2_HIGHCPU_8 steps: - name: gcr.io/k8s-testimages/krte:latest-master entrypoint: make diff --git a/images/local-path-provisioner/cloudbuild.yaml b/images/local-path-provisioner/cloudbuild.yaml index 797df8834e..22ac213e88 100644 --- a/images/local-path-provisioner/cloudbuild.yaml +++ b/images/local-path-provisioner/cloudbuild.yaml @@ -1,7 +1,7 @@ # See https://cloud.google.com/cloud-build/docs/build-config options: substitution_option: ALLOW_LOOSE - machineType: N1_HIGHCPU_8 + machineType: E2_HIGHCPU_8 steps: - name: gcr.io/k8s-testimages/krte:latest-master entrypoint: make