From e56fb7de1209d377ff3dccbc8a5385c9efc5d6f1 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Fri, 15 Sep 2023 07:32:18 +0300 Subject: [PATCH] Increase vCPU for Cloud Build --- cloudbuild.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index ca215dd4b..4d88ccddc 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,7 +1,10 @@ # See https://cloud.google.com/cloud-build/docs/build-config # this must be specified in seconds. If omitted, defaults to 600s (10 mins) -timeout: 7200s +timeout: 3600s +options: + # job builds a multi-arch docker image for amd64 and arm64 + machineType: E2_HIGHCPU_8 steps: - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18' entrypoint: bash