Skip to content

Commit

Permalink
Merge pull request #812 from hakman/cloudbuild-cpu
Browse files Browse the repository at this point in the history
Increase vCPU for Cloud Build
  • Loading branch information
k8s-ci-robot authored Sep 15, 2023
2 parents 2bb82fa + e56fb7d commit e2ef1de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# See https://cloud.google.com/cloud-build/docs/build-config

# this must be specified in seconds. If omitted, defaults to 600s (10 mins)
timeout: 7200s
timeout: 3600s
options:
# job builds a multi-arch docker image for amd64 and arm64
machineType: E2_HIGHCPU_8
steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18'
entrypoint: bash
Expand Down

0 comments on commit e2ef1de

Please sign in to comment.