We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28a68ff + ab2e7e3 commit ae570e9Copy full SHA for ae570e9
.cloudbuild/cloudbuild.yaml
@@ -1,7 +1,7 @@
1
timeout: 10800s # 3 hours
2
3
options:
4
- machineType: N1_HIGHCPU_8
+ machineType: E2_HIGHCPU_32
5
logging: CLOUD_LOGGING_ONLY
6
7
artifacts:
@@ -10,7 +10,7 @@ artifacts:
10
paths: ['.logs/*.log']
11
12
steps:
13
- - name: gcr.io/cloud-builders/bazel@sha256:e82204cf0715edb80e4957fa55f944b9dd06b0b1c4eb4b0ca0022de7839726f6
+ - name: gcr.io/cloud-builders/bazel@sha256:05a39d8254df537c87bd6272f5c9f5ac8c77305c3e6dea9527c563da9016d0c3
14
env:
15
- PROJECT_ID=${PROJECT_ID}
16
- COMMIT_SHA=${COMMIT_SHA}
0 commit comments