Skip to content
Snippets Groups Projects
Unverified Commit fe4af201 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

.gitlab-ci.yml: add retry for runner_system_failure to all jobs (#174)

parent bf580d02
Branches
No related tags found
No related merge requests found
Pipeline #122830 canceled
......@@ -64,6 +64,10 @@ stages:
"description":"'"$(TZ=America/New_York date)"'",
"context":"eicweb/detector_benchmarks ('"${BENCHMARKS_TAG}"', '"$DETECTOR_CONFIG"')"
}' ;
retry:
max: 2
when:
- runner_system_failure
benchmarks:detector:pending:
......@@ -145,6 +149,7 @@ include:
- local: 'benchmarks/femc_electron/config.yml'
- local: 'benchmarks/femc_photon/config.yml'
- local: 'benchmarks/femc_pi0/config.yml'
deploy_results:
allow_failure: true
stage: deploy
......@@ -183,6 +188,10 @@ deploy_results:
- tar zxf pelican_Linux_x86_64.tar.gz
- mv results pipeline-$CI_PIPELINE_ID; tar cf pipeline-$CI_PIPELINE_ID.tar pipeline-$CI_PIPELINE_ID/; mv pipeline-$CI_PIPELINE_ID results
- ./pelican-*/pelican object copy pipeline-$CI_PIPELINE_ID.tar $OSDF_ENDPOINT$OSDF_OUTPUT_PREFIX/pipeline-$CI_PIPELINE_ID.tar
retry:
max: 2
when:
- runner_system_failure
benchmarks:detector:success:
stage: status-report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment