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

modified: .gitlab-ci.yml

parent f036528a
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ get_data: ...@@ -37,7 +37,7 @@ get_data:
# - ./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:
...@@ -46,7 +46,7 @@ calorimeters_pipeline: ...@@ -46,7 +46,7 @@ calorimeters_pipeline:
#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:
...@@ -55,7 +55,7 @@ trackers-pipeline: ...@@ -55,7 +55,7 @@ trackers-pipeline:
#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
......
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