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

modified: .gitlab-ci.yml

parent 6cddb4fe
No related tags found
1 merge request!10Restructure benchmarks
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
...@@ -80,8 +80,6 @@ roman_pot_simu: ...@@ -80,8 +80,6 @@ roman_pot_simu:
stage: simulate stage: simulate
needs: needs:
- ["get_data"] - ["get_data"]
tags:
- silicon
script: script:
- cp NPDet/src/detectors/trackers/compact/elements.xml ./. - cp NPDet/src/detectors/trackers/compact/elements.xml ./.
- cp NPDet/src/detectors/trackers/compact/materials.xml ./. - cp NPDet/src/detectors/trackers/compact/materials.xml ./.
...@@ -91,16 +89,12 @@ roman_pot_nhits: ...@@ -91,16 +89,12 @@ roman_pot_nhits:
stage: benchmarks stage: benchmarks
needs: needs:
- ["roman_pot_simu"] - ["roman_pot_simu"]
tags:
- silicon
script: script:
- root -b -q benchmarks/trackers/simple_tracking.cxx+ - root -b -q benchmarks/trackers/simple_tracking.cxx+
allow_failure: true allow_failure: true
roman_pot_eta: roman_pot_eta:
stage: benchmarks stage: benchmarks
tags:
- silicon
needs: needs:
- ["roman_pot_simu"] - ["roman_pot_simu"]
script: script:
...@@ -118,12 +112,8 @@ zdc_simulation: ...@@ -118,12 +112,8 @@ zdc_simulation:
zdc_benchmark: zdc_benchmark:
stage: benchmarks stage: benchmarks
tags:
- silicon
needs: needs:
- ["zdc_simulation"] - ["zdc_simulation"]
dependencies:
- zdc_simulation
script: script:
- ls -lrth sim_output - ls -lrth sim_output
- root -b -q benchmarks/calorimeters/simple_checking.cxx+ - root -b -q benchmarks/calorimeters/simple_checking.cxx+
...@@ -133,10 +123,6 @@ zdc_benchmark_info_histogram: ...@@ -133,10 +123,6 @@ zdc_benchmark_info_histogram:
stage: benchmarks stage: benchmarks
needs: needs:
- ["zdc_simulation"] - ["zdc_simulation"]
tags:
- silicon
dependencies:
- zdc_simulation
script: script:
- cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/ - cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/
- cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/ - cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment