From 0f3486feb73d00d23e5bbee8507d3d7629f1f6ad Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Wed, 21 Aug 2024 20:15:58 -0500 Subject: [PATCH] Allocate more resources to cloudbuild --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 4e95e5e7c5f65..37bb10eb1f415 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -2,7 +2,7 @@ timeout: 1800s options: substitution_option: ALLOW_LOOSE - machineType: 'N1_HIGHCPU_8' + machineType: 'N1_HIGHCPU_32' steps: # Push the images - name: 'docker.io/library/golang:1.22.7-bookworm'