Bump CPU and machine type
Signed-off-by: Davanum Srinivas <davanum@gmail.com>pull/38285/head
parent
04708a1a83
commit
9876dc1a06
|
@ -1,11 +1,12 @@
|
||||||
# See https://cloud.google.com/cloud-build/docs/build-config
|
# See https://cloud.google.com/cloud-build/docs/build-config
|
||||||
|
|
||||||
# this must be specified in seconds. If omitted, defaults to 600s (10 mins)
|
# this must be specified in seconds. If omitted, defaults to 600s (10 mins)
|
||||||
timeout: 1200s
|
timeout: 9000s
|
||||||
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
|
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
|
||||||
# or any new substitutions added in the future.
|
# or any new substitutions added in the future.
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
|
machineType: 'E2_HIGHCPU_8'
|
||||||
steps:
|
steps:
|
||||||
# It's fine to bump the tag to a recent version, as needed
|
# It's fine to bump the tag to a recent version, as needed
|
||||||
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc"
|
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220830-45cbff55bc"
|
||||||
|
|
Loading…
Reference in New Issue