File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,8 @@ test-deterministic-wasm:
238238
239239cargo-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"
You can’t perform that action at this time.
0 commit comments