Skip to content

Commit

Permalink
Use a different machine type for httpbin cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jun 27, 2020
1 parent a003eab commit 3c5a95f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/httpbin/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
timeout: 600s
options:
substitution_option: ALLOW_LOOSE
# job builds a multi-arch docker image for amd64,arm,arm64 and s390x.
machineType: N1_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4
entrypoint: bash
Expand Down

0 comments on commit 3c5a95f

Please sign in to comment.