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:
# - ./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
calorimeters-pipeline:
stage: benchmarks
calorimeters_pipeline:
#stage: benchmarks
trigger:
include: results/calorimeters_config.yml
#include:
# - artifact: results/calorimeters_config.yml
#job: generate_config
allow_failure: true
#allow_failure: true
trackers-pipeline:
stage: benchmarks
#stage: benchmarks
trigger:
include: results/trackers_config.yml
#include:
# - artifact: results/trackers_config.yml
#job: generate_config
allow_failure: true
#allow_failure: true
pid-pipeline:
stage: benchmarks
allow_failure: true
#stage: benchmarks
#allow_failure: true
trigger:
include: results/pid_config.yml
#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