Skip to content

Commit ae570e9

Browse files
authored
Merge pull request #1943 from GoogleContainerTools/loosebazooka-patch-2
Update cloudbuild.yaml
2 parents 28a68ff + ab2e7e3 commit ae570e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cloudbuild/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
timeout: 10800s # 3 hours
22

33
options:
4-
machineType: N1_HIGHCPU_8
4+
machineType: E2_HIGHCPU_32
55
logging: CLOUD_LOGGING_ONLY
66

77
artifacts:
@@ -10,7 +10,7 @@ artifacts:
1010
paths: ['.logs/*.log']
1111

1212
steps:
13-
- name: gcr.io/cloud-builders/bazel@sha256:e82204cf0715edb80e4957fa55f944b9dd06b0b1c4eb4b0ca0022de7839726f6
13+
- name: gcr.io/cloud-builders/bazel@sha256:05a39d8254df537c87bd6272f5c9f5ac8c77305c3e6dea9527c563da9016d0c3
1414
env:
1515
- PROJECT_ID=${PROJECT_ID}
1616
- COMMIT_SHA=${COMMIT_SHA}

0 commit comments

Comments
 (0)