From b1f2faca4c11a95022f41b3f829906ef95365c17 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Thu, 30 Mar 2023 16:17:18 -0600 Subject: [PATCH] Switch to e2 machine type Signed-off-by: Terry Howe --- images/kube-deploy/container-image/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/kube-deploy/container-image/cloudbuild.yaml b/images/kube-deploy/container-image/cloudbuild.yaml index c2f0b584ed..fdcc432473 100644 --- a/images/kube-deploy/container-image/cloudbuild.yaml +++ b/images/kube-deploy/container-image/cloudbuild.yaml @@ -1,7 +1,7 @@ timeout: 3600s options: substitution_option: ALLOW_LOOSE - machineType: 'N1_HIGHCPU_8' + machineType: 'E2_HIGHCPU_8' steps: - name: 'gcr.io/cloud-builders/docker' args: [ 'pull', 'debian:buster' ]