Skip to content

Commit b3f5e98

Browse files
authored
fix(ci): add a retry loop on the image download (#13165)
1 parent 33a687b commit b3f5e98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/cloudbuild/cloudbuild.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ steps:
7474
'--cache=true',
7575
'--destination=gcr.io/${PROJECT_ID}/${_IMAGE}:${BUILD_ID}',
7676
'--push-retry=3',
77-
'--image-fs-extract-retry=3'
78-
]
77+
'--image-fs-extract-retry=3',
78+
'--image-download-retry=3'
79+
]
7980

8081
# Pull the docker image. The step running 'ci/cloud/build.sh' would do this
8182
# automatically, and also fill the log with about 2-3 pages of noise.

0 commit comments

Comments
 (0)