1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

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.
This commit is contained in:
Markus Lehtonen 2024-04-26 18:39:18 +03:00
parent f2c74684b4
commit cf6f0f70bf

View file

@ -12,4 +12,4 @@ substitutions:
_PULL_BASE_REF: 'master'
options:
substitution_option: ALLOW_LOOSE
machineType: 'E2_HIGHCPU_32'
machineType: 'E2_HIGHCPU_8'