From 928ae7b47f7dfdae6c81f1fab29f61e75d91ace8 Mon Sep 17 00:00:00 2001 From: Prajyot-Parab Date: Thu, 18 May 2023 13:55:28 +0530 Subject: [PATCH] update machineType in cloudbuild Signed-off-by: Prajyot-Parab --- cloudbuild.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index efef15050b..0a381f778c 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,7 +1,8 @@ # See https://cloud.google.com/cloud-build/docs/build-config -timeout: 3000s +timeout: 3600s options: substitution_option: ALLOW_LOOSE + machineType: 'E2_HIGHCPU_8' steps: - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230516-623029c2c0' entrypoint: bash