From a3bedae8a0f76f39aa37afb4d66daac1f63b4d32 Mon Sep 17 00:00:00 2001 From: Oleg Plakida Date: Sun, 31 Dec 2023 15:37:45 +0000 Subject: [PATCH] test --- .gitlab/pipeline/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/pipeline/test.yml b/.gitlab/pipeline/test.yml index ab57465d87f4b..e475b1f6198d0 100644 --- a/.gitlab/pipeline/test.yml +++ b/.gitlab/pipeline/test.yml @@ -304,14 +304,14 @@ 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 - echo "Couldn't find master artifacts, consider increasing GIT_LIMIT variable"; - exit 1; - fi + # - if [ $(ls -la artifacts/benches/ | grep master | wc -l) == 0 ]; then + # echo "Couldn't find master artifacts, consider increasing GIT_LIMIT variable"; + # exit 1; + # fi - echo "------- IMPORTANT -------" - echo "node-bench-regression-guard depends on the results of a cargo-check-benches job" - echo "In case of this job failure, check your pipeline's cargo-check-benches"