Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d426d249
Commit
d426d249
authored
Dec 12, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments about design choices about bridge jobs
parent
820eeaf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
ee/app/models/ee/ci/bridge.rb
ee/app/models/ee/ci/bridge.rb
+9
-5
No files found.
ee/app/models/ee/ci/bridge.rb
View file @
d426d249
...
@@ -15,11 +15,15 @@ module EE
...
@@ -15,11 +15,15 @@ module EE
bridge
.
schedule_downstream_pipeline!
bridge
.
schedule_downstream_pipeline!
# 1. schedule pipeline creation async
# 1. schedule pipeline creation async
# 2. scheduled pipeline calls-back to change state to running
# 2. scheduled pipeline calls-back to change state to success or
# when it gets created successfully
# running when it gets created successfully
# 3. if no downstream pipeline can not be created because of
# 3. if no downstream pipeline can be created because of various
# various reasons like lack of access then we change state to
# reasons, like lack of access, then we change state of this
# failed with a reason
# job to failed with a reason
# 4. Status of this job depends on the trigger specification,
# it can `wait` for the status, `depend` on the status or
# be just instant trigger without status attribution.
# 5. In the first iteration it supports no status attribution.
end
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment