Commit c8404640 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'jv-ci-fetch-strategy' into 'master'

Override GIT_STRATEGY in .gitlab-ci.yml

See merge request gitlab-org/gitlab!81820
parents 25a2121a ae024702
...@@ -65,6 +65,8 @@ variables: ...@@ -65,6 +65,8 @@ variables:
# we override the max_old_space_size to prevent OOM errors # we override the max_old_space_size to prevent OOM errors
NODE_OPTIONS: --max_old_space_size=3584 NODE_OPTIONS: --max_old_space_size=3584
GIT_DEPTH: "20" GIT_DEPTH: "20"
# 'GIT_STRATEGY: clone' optimizes the pack-objects cache hit ratio
GIT_STRATEGY: "clone"
GIT_SUBMODULE_STRATEGY: "none" GIT_SUBMODULE_STRATEGY: "none"
GET_SOURCES_ATTEMPTS: "3" GET_SOURCES_ATTEMPTS: "3"
DEBIAN_VERSION: "bullseye" DEBIAN_VERSION: "bullseye"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment