diff --git a/gcb/fast-forward/cloudbuild.yaml b/gcb/fast-forward/cloudbuild.yaml index 8fc3d520bee..815223ad587 100644 --- a/gcb/fast-forward/cloudbuild.yaml +++ b/gcb/fast-forward/cloudbuild.yaml @@ -89,7 +89,7 @@ tags: - ${_TYPE} options: - machineType: N1_HIGHCPU_32 + machineType: E2_HIGHCPU_32 substitutions: # _GIT_TAG will be filled with a git-based tag of the form vYYYYMMDD-hash, and diff --git a/gcb/release/cloudbuild.yaml b/gcb/release/cloudbuild.yaml index 285541db643..43ff78a16f7 100644 --- a/gcb/release/cloudbuild.yaml +++ b/gcb/release/cloudbuild.yaml @@ -114,7 +114,7 @@ tags: - ${_KUBERNETES_VERSION_TAG} options: - machineType: N1_HIGHCPU_32 + machineType: E2_HIGHCPU_32 substitutions: # _GIT_TAG will be filled with a git-based tag of the form vYYYYMMDD-hash, and diff --git a/gcb/stage/cloudbuild.yaml b/gcb/stage/cloudbuild.yaml index e1c73a4d585..c84d867fdef 100644 --- a/gcb/stage/cloudbuild.yaml +++ b/gcb/stage/cloudbuild.yaml @@ -99,7 +99,7 @@ tags: - ${_KUBERNETES_VERSION_TAG} options: - machineType: N1_HIGHCPU_32 + machineType: E2_HIGHCPU_32 substitutions: # _GIT_TAG will be filled with a git-based tag of the form vYYYYMMDD-hash, and