Skip to content
Snippets Groups Projects

Updated the final_results with tracking collects

Merged Whitney Armstrong requested to merge ci_artifacts into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -65,6 +65,7 @@ common:detector:
include:
- local: 'benchmarks/ecal/config.yml'
- local: 'benchmarks/track_finding/config.yml'
- local: 'benchmarks/track_fitting/config.yml'
- local: 'benchmarks/tracking/config.yml'
- local: 'benchmarks/clustering/config.yml'
# - local: 'benchmarks/rich/config.yml'
@@ -75,7 +76,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
Loading