Skip to content

Commit

Permalink
Update 'cargo-check-benches' artifact exp date
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Plakida committed Dec 31, 2023
1 parent 96ce807 commit 9367b68
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ test-deterministic-wasm:

cargo-check-benches:
stage: test
artifacts:
expire_in: 10 days
variables:
CI_JOB_NAME: "cargo-check-benches"
extends:
Expand Down Expand Up @@ -303,13 +305,10 @@ node-bench-regression-guard:
artifacts: true
variables:
CI_IMAGE: "paritytech/node-bench-regression-guard:latest"
# current git limit is 20, set to 100 to avoid failures (gitlab removes old artifacts)
GIT_DEPTH: 100
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";
echo "Couldn't find master artifacts";
exit 1;
fi
- echo "------- IMPORTANT -------"
Expand Down

0 comments on commit 9367b68

Please sign in to comment.