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

modified: calorimeters/calorimeters_config.yml

parent a54b14b5
No related branches found
No related tags found
No related merge requests found
#stages: image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest
# #- simulate
# - benchmarks default:
artifacts:
paths:
- results/
- datasets/
- data
stages:
#- simulate
- benchmarks
cal_test_1_dummy_test2: cal_test_1_dummy_test2:
stage: benchmarks stage: benchmarks
script: script:
- bash calorimeters/dummy_test2.sh - bash calorimeters/dummy_test2.sh
artifact: #artifact:
paths: # paths:
- results/ # - results/
allow_failure: true allow_failure: true
cal_test_2_dummy_test: cal_test_2_dummy_test:
stage: benchmarks stage: benchmarks
script: script:
- bash calorimeters/dummy_test.sh - bash calorimeters/dummy_test.sh
artifact: #artifact:
paths: # paths:
- results/ # - results/
allow_failure: true allow_failure: true
cal_test_3_zdc_neutrons_reader: cal_test_3_zdc_neutrons_reader:
stage: benchmarks stage: benchmarks
script: script:
- root -b -q calorimeters/zdc_neutrons_reader.cxx - root -b -q calorimeters/zdc_neutrons_reader.cxx
artifact: #artifact:
paths: # paths:
- results/ # - results/
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