diff --git a/.gitlab/pipeline/test.yml b/.gitlab/pipeline/test.yml index ab57465d87f4b..f10335872d0a2 100644 --- a/.gitlab/pipeline/test.yml +++ b/.gitlab/pipeline/test.yml @@ -304,8 +304,8 @@ node-bench-regression-guard: variables: CI_IMAGE: "paritytech/node-bench-regression-guard:latest" # current git limit is 20, set to 1000 to avoid failures (gitlab removes old artifacts) - GIT_DEPTH: 1000 - GIT_STRATEGY: fetch + # GIT_DEPTH: 1000 + # GIT_STRATEGY: fetch before_script: [""] script: - if [ $(ls -la artifacts/benches/ | grep master | wc -l) == 0 ]; then