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

modified: .gitlab-ci.yml

	modified:   benchmarks/calorimeters/config.yml
parent 93a2bce1
No related branches found
No related tags found
1 merge request!20Restructuring repo
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -153,7 +153,7 @@ include:
deploy_results:
stage: deploy
needs:
- ["zdc_benchmark","zdc_benchmark_info_histogram","detector"]
- ["zdc_benchmark"]
tags:
- silicon
script:
......
......@@ -45,16 +45,14 @@ crystal_pion_simulation:
script:
- npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/topside.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root
#zdc_simulation:
#stage: simulate
#needs:
#- ["get_data"]
#tags:
#- silicon
#script:
#- cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
#- cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
#- bash calorimeters/run_simulation_zdc.sh
zdc_simulation:
stage: simulate
needs:
- ["get_data"]
tags:
- silicon
script:
- bash benchmarks/calorimeters/run_simulation_zdc.sh
###################
# Benchmarks
......
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