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

modified: benchmarks/trackers/config.yml

parent 962c272a
No related branches found
No related tags found
1 merge request!20Restructuring repo
sim_trackers:roman_pot_simu: sim_trackers:roman_pot:
stage: simulate stage: simulate
needs: needs:
- ["get_data"] - ["get_data"]
...@@ -8,7 +8,7 @@ sim_trackers:roman_pot_simu: ...@@ -8,7 +8,7 @@ sim_trackers:roman_pot_simu:
roman_pot_nhits: roman_pot_nhits:
stage: benchmarks stage: benchmarks
needs: needs:
- ["roman_pot_simu","detector"] - ["sim_trackers:roman_pot"]
script: script:
- root -b -q benchmarks/trackers/simple_tracking.cxx+ - root -b -q benchmarks/trackers/simple_tracking.cxx+
allow_failure: true allow_failure: true
...@@ -16,7 +16,7 @@ roman_pot_nhits: ...@@ -16,7 +16,7 @@ roman_pot_nhits:
roman_pot_eta: roman_pot_eta:
stage: benchmarks stage: benchmarks
needs: needs:
- ["roman_pot_simu","detector"] - ["sim_trackers:roman_pot"]
script: script:
- root -b -q benchmarks/trackers/roman_pot_hit_eta.cxx+ - root -b -q benchmarks/trackers/roman_pot_hit_eta.cxx+
allow_failure: true allow_failure: true
......
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