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 c8a7feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8a7feb

Please sign in to comment.