Skip to content
Snippets Groups Projects
Commit 7c3e77d0 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Updated the final_results to include collect form track finding and

fitting

	modified:   ../../.gitlab-ci.yml
	modified:   ../track_finding/config.yml
	modified:   config.yml
parent b9fd3c78
No related branches found
No related tags found
1 merge request!180Updated the final_results with tracking collects
This commit is part of merge request !180. Comments created here will be created in the context of that merge request.
......@@ -75,7 +75,7 @@ include:
final_report:
stage: finish
needs: ["ecal_collect", "tracking_central_electrons", "clustering:results", "full:results"]
needs: ["ecal_collect", "tracking_central_electrons", "clustering:results", "full:results","track_finding:collect","track_fitting:collect"]
script:
# disabled while we address ACTS issues
#- mkdir -p results/views && cd results/views && bash ../../bin/download_views
......
......@@ -4,3 +4,11 @@ track_finding:multiple_tracks:
timeout: 24 hours
script:
- bash benchmarks/track_finding/multiple_tracks.sh
track_finding:collect:
stage: collect
needs:
- ["track_finding:multiple_tracks"]
script:
- echo "Done collecting artifacts."
......@@ -4,4 +4,11 @@ track_fitting:single_tracks:
script:
- bash benchmarks/track_fitting/single_tracks.sh
track_fitting:collect:
stage: collect
needs:
- ["track_fitting:multiple_tracks"]
script:
- echo "Done collecting artifacts."
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