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: ...@@ -39,16 +39,18 @@ get_data:
calorimeters-pipeline: calorimeters-pipeline:
stage: benchmarks stage: benchmarks
trigger: trigger:
include: include: results/calorimeters_config.yml
- artifact: results/calorimeters_config.yml #include:
# - 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: include: results/trackers_config.yml
- artifact: results/trackers_config.yml #include:
# - artifact: results/trackers_config.yml
#job: generate_config #job: generate_config
allow_failure: true allow_failure: true
...@@ -56,8 +58,9 @@ pid-pipeline: ...@@ -56,8 +58,9 @@ pid-pipeline:
stage: benchmarks stage: benchmarks
allow_failure: true allow_failure: true
trigger: trigger:
include: include: results/pid_config.yml
- artifact: results/pid_config.yml #include:
# - artifact: results/pid_config.yml
#job: generate_config #job: generate_config
deploy_results: deploy_results:
......
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