Skip to content

Commit 0c346c7

Browse files
cahillsfk8s-infra-cherrypick-robot
authored andcommitted
update to smaller machineType
1 parent e4805d1 commit 0c346c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
timeout: 2700s
44
options:
55
substitution_option: ALLOW_LOOSE
6-
machineType: 'E2_HIGHCPU_32'
6+
machineType: 'E2_HIGHCPU_8'
77
steps:
88
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230522-312425ae46'
99
entrypoint: make
@@ -12,7 +12,7 @@ steps:
1212
- TAG=$_GIT_TAG
1313
- PULL_BASE_REF=$_PULL_BASE_REF
1414
- DOCKER_BUILDKIT=1
15-
args: ['release-staging', '-j', '32', '-O']
15+
args: ['release-staging', '-j', '8', '-O']
1616
substitutions:
1717
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
1818
# can be used as a substitution

0 commit comments

Comments
 (0)