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

modified: .gitlab-ci.yml

parent af9036b4
No related branches found
No related tags found
No related merge requests found
......@@ -39,16 +39,18 @@ get_data:
calorimeters-pipeline:
stage: benchmarks
trigger:
include:
- artifact: results/calorimeters_config.yml
include: results/calorimeters_config.yml
#include:
# - artifact: results/calorimeters_config.yml
#job: generate_config
allow_failure: true
trackers-pipeline:
stage: benchmarks
trigger:
include:
- artifact: results/trackers_config.yml
include: results/trackers_config.yml
#include:
# - artifact: results/trackers_config.yml
#job: generate_config
allow_failure: true
......@@ -56,8 +58,9 @@ pid-pipeline:
stage: benchmarks
allow_failure: true
trigger:
include:
- artifact: results/pid_config.yml
include: results/pid_config.yml
#include:
# - artifact: results/pid_config.yml
#job: generate_config
deploy_results:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment