Use a different machine type for httpbin cloudbuild
This commit is contained in:
parent
35e992fe0a
commit
fc91afac88
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
timeout: 1200s
|
timeout: 1200s
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
|
# job builds a multi-arch docker image for amd64,arm,arm64 and s390x.
|
||||||
|
machineType: N1_HIGHCPU_8
|
||||||
steps:
|
steps:
|
||||||
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4
|
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4
|
||||||
entrypoint: bash
|
entrypoint: bash
|
||||||
|
|
Loading…
Reference in a new issue