From aa6969c09f4595d5b5f26a953f03c234d71cb33d Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 25 Apr 2024 17:50:18 +0300 Subject: [PATCH] cloudbuild.yaml: change machine type to e1-highcpu-32 Mitigate the big increase of build time after enabling armv7 builds. --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 876a039ab3..71a63e6f0f 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -12,4 +12,4 @@ substitutions: _PULL_BASE_REF: 'master' options: substitution_option: ALLOW_LOOSE - machineType: 'N1_HIGHCPU_8' + machineType: 'E2_HIGHCPU_32'