Skip to content
Snippets Groups Projects
Commit 08d66307 authored by Dmitry Rodionov's avatar Dmitry Rodionov Committed by Yaroslav Dynnikov
Browse files

chore: retry checkouts on CI

After seeing failed checkout here
https://git.picodata.io/picodata/picodata/picodata/-/jobs/106805
I've found that gitlab supports specifying number of retries per job
stage. Use 3 attempts before giving up on fetching sources. See
https://docs.gitlab.com/ee/ci/runners/configure_runners.html#job-stages-attempts
for details

(cherry picked from commit 89684601)
parent ea7017db
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ variables:
CARGO_HOME: /shared-storage/picodata/.cargo
CACHE_PATHS: target .venv picodata-webui/node_modules
CACHE_ARCHIVE: /shared-storage/picodata/cache.tar
# Helps to tolerate spurious network failures
GET_SOURCES_ATTEMPTS: 3
# job:rules explained:
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment