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

Updated the final_results with tracking collects

parent b9fd3c78
No related branches found
No related tags found
1 merge request!180Updated the final_results with tracking collects
...@@ -65,6 +65,7 @@ common:detector: ...@@ -65,6 +65,7 @@ common:detector:
include: include:
- local: 'benchmarks/ecal/config.yml' - local: 'benchmarks/ecal/config.yml'
- local: 'benchmarks/track_finding/config.yml' - local: 'benchmarks/track_finding/config.yml'
- local: 'benchmarks/track_fitting/config.yml'
- local: 'benchmarks/tracking/config.yml' - local: 'benchmarks/tracking/config.yml'
- local: 'benchmarks/clustering/config.yml' - local: 'benchmarks/clustering/config.yml'
# - local: 'benchmarks/rich/config.yml' # - local: 'benchmarks/rich/config.yml'
...@@ -75,7 +76,7 @@ include: ...@@ -75,7 +76,7 @@ include:
final_report: final_report:
stage: finish 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: script:
# disabled while we address ACTS issues # disabled while we address ACTS issues
#- mkdir -p results/views && cd results/views && bash ../../bin/download_views #- mkdir -p results/views && cd results/views && bash ../../bin/download_views
......
...@@ -4,3 +4,11 @@ track_finding:multiple_tracks: ...@@ -4,3 +4,11 @@ track_finding:multiple_tracks:
timeout: 24 hours timeout: 24 hours
script: script:
- bash benchmarks/track_finding/multiple_tracks.sh - bash benchmarks/track_finding/multiple_tracks.sh
track_finding:collect:
stage: collect
needs:
- ["track_finding:multiple_tracks"]
script:
- echo "Done collecting artifacts."
...@@ -80,7 +80,7 @@ rootls -t ${JUGGLER_SIM_FILE} ...@@ -80,7 +80,7 @@ rootls -t ${JUGGLER_SIM_FILE}
if [[ -z "${ANALYSIS_ONLY}" ]] ; if [[ -z "${ANALYSIS_ONLY}" ]] ;
then then
# Need to figure out how to pass file name to juggler from the commandline # Need to figure out how to pass file name to juggler from the commandline
gaudirun.py benchmarks/tracking/options/track_reconstruction.py xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv gaudirun.py benchmarks/track_finding/options/track_reconstruction.py
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler" echo "ERROR running juggler"
exit 1 exit 1
......
...@@ -4,4 +4,11 @@ track_fitting:single_tracks: ...@@ -4,4 +4,11 @@ track_fitting:single_tracks:
script: script:
- bash benchmarks/track_fitting/single_tracks.sh - bash benchmarks/track_fitting/single_tracks.sh
track_fitting:collect:
stage: collect
needs:
- ["track_fitting:single_tracks"]
script:
- echo "Done collecting artifacts."
...@@ -83,7 +83,7 @@ rootls -t ${JUGGLER_SIM_FILE} ...@@ -83,7 +83,7 @@ rootls -t ${JUGGLER_SIM_FILE}
if [[ -z "${ANALYSIS_ONLY}" ]] ; if [[ -z "${ANALYSIS_ONLY}" ]] ;
then then
# Need to figure out how to pass file name to juggler from the commandline # Need to figure out how to pass file name to juggler from the commandline
gaudirun.py benchmarks/track_fitting/options/tracker_reconstruction.py xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv gaudirun.py benchmarks/track_fitting/options/track_reconstruction.py
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler" echo "ERROR running juggler"
exit 1 exit 1
......
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