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

modified: .gitlab-ci.yml

	new file:   calorimeters/calorimeters_config.yml
	new file:   pid/pid_config.yml
	new file:   trackers/trackers_config.yml
parent cfa54915
No related branches found
No related tags found
No related merge requests found
...@@ -27,21 +27,21 @@ get_data: ...@@ -27,21 +27,21 @@ get_data:
- ln -s datasets/data - ln -s datasets/data
- mkdir -p results - mkdir -p results
generate_config: #generate_config:
stage: ci_gen # stage: ci_gen
tags: # tags:
- sodium # - sodium
script: # script:
- ./bin/gen_ci_config -p track_test_ -i trackers > results/trackers_config.yml # - ./bin/gen_ci_config -p track_test_ -i trackers > results/trackers_config.yml
- ./bin/gen_ci_config -p cal_test_ -i calorimeters > results/calorimeters_config.yml # - ./bin/gen_ci_config -p cal_test_ -i calorimeters > results/calorimeters_config.yml
- ./bin/gen_ci_config -p pid_test_ -i pid > results/pid_config.yml # - ./bin/gen_ci_config -p pid_test_ -i pid > results/pid_config.yml
calorimeters-pipeline: calorimeters-pipeline:
stage: benchmarks stage: benchmarks
trigger: trigger:
include: include:
- artifact: results/calorimeters_config.yml - artifact: results/calorimeters_config.yml
job: generate_config #job: generate_config
allow_failure: true allow_failure: true
trackers-pipeline: trackers-pipeline:
...@@ -49,7 +49,7 @@ trackers-pipeline: ...@@ -49,7 +49,7 @@ trackers-pipeline:
trigger: trigger:
include: include:
- artifact: results/trackers_config.yml - artifact: results/trackers_config.yml
job: generate_config #job: generate_config
allow_failure: true allow_failure: true
pid-pipeline: pid-pipeline:
...@@ -58,7 +58,7 @@ pid-pipeline: ...@@ -58,7 +58,7 @@ pid-pipeline:
trigger: trigger:
include: include:
- artifact: results/pid_config.yml - artifact: results/pid_config.yml
job: generate_config #job: generate_config
deploy_results: deploy_results:
stage: deploy stage: deploy
......
#stages:
# #- simulate
# - benchmarks
cal_test_1_dummy_test2:
stage: benchmarks
script:
- bash calorimeters/dummy_test2.sh
artifact:
paths:
- results/
allow_failure: true
cal_test_2_dummy_test:
stage: benchmarks
script:
- bash calorimeters/dummy_test.sh
artifact:
paths:
- results/
allow_failure: true
cal_test_3_zdc_neutrons_reader:
stage: benchmarks
script:
- root -b -q calorimeters/zdc_neutrons_reader.cxx
artifact:
paths:
- results/
allow_failure: true
#stages:
# #- simulate
# - benchmarks
pid_test_1_dummy_test:
stage: benchmarks
script:
- bash pid/dummy_test.sh
artifact:
paths:
- results/
allow_failure: true
#stages:
# #- simulate
# - benchmarks
track_test_1_dummy_test:
stage: benchmarks
script:
- bash trackers/dummy_test.sh
artifact:
paths:
- results/
allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment