From e90fc80c6a6601ff1f2e7246fe151971cc19e798 Mon Sep 17 00:00:00 2001 From: Joshua Ferge Date: Fri, 7 Feb 2025 10:12:02 -0500 Subject: [PATCH] try 32 CPU machine --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 02d8616321..4f37ae477e 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -27,4 +27,4 @@ images: [ timeout: 2640s options: # We need more memory for Webpack builds & e2e self-hosted tests - machineType: "E2_HIGHCPU_8" + machineType: "E2_HIGHCPU_32"