Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
topside
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
topside
Commits
f0ecd05b
Commit
f0ecd05b
authored
Feb 28, 2021
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Made the downstream trigger status depend
modified: .gitlab-ci.yml
parent
ea21e2b3
No related branches found
No related tags found
1 merge request
!77
Made the downstream trigger status depend
Pipeline
#6835
failed
Feb 28, 2021
Stage: build
Stage: docs
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
with
2 additions
and
0 deletions
.gitlab-ci.yml
+
2
−
0
View file @
f0ecd05b
...
@@ -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"'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment