Skip to content

Commit 86cf5d6

Browse files
authored
Merge pull request #8428 from TerryHowe/switch-to-e2-machine-type
🌱 Switch cloudbuild.yaml to e2 machine type
2 parents b44bdb5 + 564a3b5 commit 86cf5d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudbuild-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
timeout: 2700s
44
options:
55
substitution_option: ALLOW_LOOSE
6-
machineType: 'N1_HIGHCPU_8'
6+
machineType: 'E2_HIGHCPU_8'
77
steps:
88
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-ad65926f6b'
99
entrypoint: make

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
timeout: 2700s
44
options:
55
substitution_option: ALLOW_LOOSE
6-
machineType: 'N1_HIGHCPU_8'
6+
machineType: 'E2_HIGHCPU_8'
77
steps:
88
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-ad65926f6b'
99
entrypoint: make

0 commit comments

Comments
 (0)