Skip to content

Commit ef75be8

Browse files
authored
Merge pull request #2032 from chuckha/cloudbuild
🏃 Minor cloudbuild clean up
2 parents 01f228d + fdce104 commit ef75be8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
timeout: 2700s
33
options:
44
substitution_option: ALLOW_LOOSE
5+
machineType: 'N1_HIGHCPU_8'
56
steps:
67
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4'
78
entrypoint: make
@@ -11,8 +12,6 @@ steps:
1112
- PULL_BASE_REF=$_PULL_BASE_REF
1213
args:
1314
- release-staging
14-
options:
15-
machineType: 'N1_HIGHCPU_8'
1615
substitutions:
1716
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
1817
# can be used as a substitution

0 commit comments

Comments
 (0)