Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Plakida committed Dec 31, 2023
1 parent d371836 commit a3bedae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a3bedae

Please sign in to comment.