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

modified: benchmarks/trackers/config.yml

parent 4e691207
No related branches found
No related tags found
1 merge request!20Restructuring repo
#stages:
# #- simulate
# - benchmarks
track_test_1_dummy_test:
sim_trackers:roman_pot_simu:
stage: simulate
needs:
- ["get_data"]
script:
- bash benchmarks/trackers/roman_pot_simu.sh
roman_pot_nhits:
stage: benchmarks
needs:
- ["roman_pot_simu","detector"]
script:
- bash benchmarks/trackers/dummy_test.sh
artifact:
paths:
- results/
- root -b -q benchmarks/trackers/simple_tracking.cxx+
allow_failure: true
roman_pot_eta:
stage: benchmarks
needs:
- ["roman_pot_simu","detector"]
script:
- root -b -q benchmarks/trackers/roman_pot_hit_eta.cxx+
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