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

modified: .gitlab-ci.yml

parent f7745f54
No related branches found
No related tags found
No related merge requests found
...@@ -36,27 +36,27 @@ get_data: ...@@ -36,27 +36,27 @@ get_data:
# - ./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: results/calorimeters_config.yml include: results/calorimeters_config.yml
#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:
stage: benchmarks #stage: benchmarks
trigger: trigger:
include: results/trackers_config.yml include: results/trackers_config.yml
#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:
stage: benchmarks #stage: benchmarks
allow_failure: true #allow_failure: true
trigger: trigger:
include: results/pid_config.yml include: results/pid_config.yml
#include: #include:
......
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