Skip to content
Snippets Groups Projects
Commit 62c64b15 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

.gitlab-ci.yml: write results to XRootD

parent 19d6b552
No related branches found
No related tags found
No related merge requests found
Pipeline #102777 passed with warnings
......@@ -147,6 +147,7 @@ include:
- local: 'benchmarks/b0_tracker/config.yml'
deploy_results:
allow_failure: true
stage: deploy
needs:
- "collect_results:backgrounds"
......@@ -163,6 +164,8 @@ deploy_results:
script:
- echo "deploy results!"
- find results -print | sort | tee summary.txt
- xrdfs $XROOTD_RW_ENDPOINT mkdir $XROOTD_OUTPUT_PREFIX/pipeline-$CI_PIPELINE_ID
- xrdcp -r results $XROOTD_RW_ENDPOINT/$XROOTD_OUTPUT_PREFIX/pipeline-$CI_PIPELINE_ID
benchmarks:detector:success:
stage: status-report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment