Skip to content

Commit b37095b

Browse files
author
Oleg Plakida
committed
test
1 parent d371836 commit b37095b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.gitlab/pipeline/test.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ test-deterministic-wasm:
238238

239239
cargo-check-benches:
240240
stage: test
241+
artifacts:
242+
expire_in: 10 days
241243
variables:
242244
CI_JOB_NAME: "cargo-check-benches"
243245
extends:
@@ -304,14 +306,14 @@ node-bench-regression-guard:
304306
variables:
305307
CI_IMAGE: "paritytech/node-bench-regression-guard:latest"
306308
# current git limit is 20, set to 1000 to avoid failures (gitlab removes old artifacts)
307-
GIT_DEPTH: 1000
308-
GIT_STRATEGY: fetch
309+
# GIT_DEPTH: 1000
310+
# GIT_STRATEGY: fetch
309311
before_script: [""]
310312
script:
311-
- if [ $(ls -la artifacts/benches/ | grep master | wc -l) == 0 ]; then
312-
echo "Couldn't find master artifacts, consider increasing GIT_LIMIT variable";
313-
exit 1;
314-
fi
313+
# - if [ $(ls -la artifacts/benches/ | grep master | wc -l) == 0 ]; then
314+
# echo "Couldn't find master artifacts, consider increasing GIT_LIMIT variable";
315+
# exit 1;
316+
# fi
315317
- echo "------- IMPORTANT -------"
316318
- echo "node-bench-regression-guard depends on the results of a cargo-check-benches job"
317319
- echo "In case of this job failure, check your pipeline's cargo-check-benches"

0 commit comments

Comments
 (0)