Use a better supported machine type

N1_HIGHCPU_32 is no longer listed in the table of supported GCB machine types,
but there is the following foot note in the documentation:
> Cloud Build continues to offer n1-highcpu-8 and n1-highcpu-32 machine types. They are offered at the same price as e2-highcpu-8 and e2-highcpu-32

https://cloud.google.com/build/pricing

Signed-off-by: Richard Wall <richard.wall@venafi.com>
This commit is contained in:
Richard Wall 2024-09-26 11:44:32 +01:00
parent 59c558b86a
commit 25c7ffa5d9

View File

@ -34,4 +34,6 @@ substitutions:
_RELEASE_TARGET_BUCKET: "cert-manager-release"
options:
machineType: N1_HIGHCPU_32
# https://cloud.google.com/build/docs/optimize-builds/increase-vcpu-for-builds
# https://cloud.google.com/build/pricing
machineType: E2_HIGHCPU_32