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

Made the downstream trigger status depend

	modified:   .gitlab-ci.yml
parent ea21e2b3
No related branches found
No related tags found
1 merge request!77Made the downstream trigger status depend
Pipeline #6835 failed
...@@ -170,6 +170,7 @@ benchmarks:reconstruction: ...@@ -170,6 +170,7 @@ benchmarks:reconstruction:
stage: deploy stage: deploy
trigger: trigger:
project: EIC/benchmarks/reconstruction_benchmarks project: EIC/benchmarks/reconstruction_benchmarks
strategy: depend
needs: ["overlap_check","report"] needs: ["overlap_check","report"]
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
...@@ -183,6 +184,7 @@ benchmarks:physics: ...@@ -183,6 +184,7 @@ benchmarks:physics:
stage: deploy stage: deploy
trigger: trigger:
project: EIC/benchmarks/physics_benchmarks project: EIC/benchmarks/physics_benchmarks
strategy: depend
needs: ["overlap_check","report"] needs: ["overlap_check","report"]
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment