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 b37095b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 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 @@ -304,14 +306,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 b37095b

Please sign in to comment.