Skip to content
Snippets Groups Projects

Cleanup

Merged Whitney Armstrong requested to merge cleanup into master
+ 7
51
@@ -134,6 +134,7 @@ roman_pot_eta:
zdc_simulation:
stage: simulate
when: manual
needs:
- ["get_data"]
tags:
@@ -145,6 +146,7 @@ zdc_simulation:
zdc_benchmark:
stage: benchmarks
when: manual
tags:
- sodium
needs:
@@ -158,6 +160,7 @@ zdc_benchmark:
zdc_benchmark_info_histogram:
stage: benchmarks
when: manual
needs:
- ["zdc_simulation"]
tags:
@@ -199,8 +202,10 @@ crystal_pion_simulation:
tags:
- sodium
script:
- cp topside/topside.xml ./.
- bash calorimeters/run_simulation_crystal_pion.sh
- cd topside && npsim --runType batch --numberOfEvents 100 \
--compactFile topside.xml \
--inputFiles ../data/emcal_electrons.hepmc \
--outputFile ../sim_output/output_emcal_electrons.root
deploy_results:
stage: deploy
@@ -211,52 +216,3 @@ deploy_results:
script:
- echo "deploy results!"
# artifacts:
# paths:
# - datasets
#track_test1:
# stage: detectors
# tags:
# - sodium
# script:
# - bash trackers/dummy_test.sh
# allow_failure: true
#
#cal_test1:
# stage: detectors
# tags:
# - sodium
# script:
# - bash calorimeters/dummy_test.sh
# allow_failure: true
#
#cal_test2:
# stage: detectors
# tags:
# - sodium
# script:
# - root -b -q calorimeters/zdc_neutrons_reader.cxx
# allow_failure: true
#pid_test1:
# stage: detectors
# tags:
# - sodium
# script:
# - bash pid/dummy_test.sh
# allow_failure: true
#pages:
# image: alpine
# when: manual
# stage: build
# script:
# - apk update && apk add doxygen graphviz ttf-ubuntu-font-family
# - cd doc && doxygen Doxyfile && mv doxygen_output/html/ ../public/
# artifacts:
# paths:
# - public # only:
# - master
Loading