Skip to content

Commit fe1a3bb

Browse files
authored
Merge pull request #1426 from Ganiredi/automated-cherry-pick-of-#1399-#1419-#1421-upstream-release-1.31
Automated cherry pick of #1399: cloudbuild: bump gcb-docker-gcloud to v20260205-38cfa9523f #1419: cloudbuild: bump timeout to 3600s #1421: cloudbuild: upgrade to E2_HIGHCPU_32 to fix session timeout
2 parents 97c119d + 682c932 commit fe1a3bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
options:
33
dynamic_substitutions: true
44
substitution_option: ALLOW_LOOSE
5-
machineType: 'N1_HIGHCPU_8'
5+
machineType: 'E2_HIGHCPU_32'
66
steps:
77
- name: gcr.io/cloud-builders/git
88
args: ['fetch', '--tags']
9-
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a'
9+
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20260205-38cfa9523f'
1010
entrypoint: /buildx-entrypoint
1111
args:
1212
- build
@@ -30,4 +30,4 @@ substitutions:
3030
# Remove date prefix (first 10 characters) to create valid semver version:
3131
# v20220510-v1.24.0-alpha.0-15-g09bd268 => v1.24.0-alpha.0-15-g09bd268
3232
_SHORT_TAG: '${_GIT_TAG:10}'
33-
timeout: 1200s
33+
timeout: 3600s

0 commit comments

Comments
 (0)