Use a different machine type for httpbin cloudbuild

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-26 20:56:44 -04:00
parent 35e992fe0a
commit fc91afac88

View file

@ -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