From cf6f0f70bfe937abcf282afa7ee823e5ef5dea5e Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 26 Apr 2024 18:39:18 +0300 Subject: [PATCH] cloudbuild.yaml: downgrade machine type to e2-highcpu-8 The higher tier builder didn't give any advantage, especially after armv7 builds were disabled. Let's revert back to highcpu-8. --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 71a63e6f0..c975b0e85 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -12,4 +12,4 @@ substitutions: _PULL_BASE_REF: 'master' options: substitution_option: ALLOW_LOOSE - machineType: 'E2_HIGHCPU_32' + machineType: 'E2_HIGHCPU_8'