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
ca334da9
Commit
ca334da9
authored
Aug 20, 2019
by
Zeff Morgan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update grammar in DAG docs
parent
011c5ceb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/ci/directed_acyclic_graph/index.md
doc/ci/directed_acyclic_graph/index.md
+1
-1
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+2
-2
No files found.
doc/ci/directed_acyclic_graph/index.md
View file @
ca334da9
...
...
@@ -65,7 +65,7 @@ as quickly as possible.
Relationships are defined between jobs using the
[
`needs:` keyword
](
../yaml/README.md#needs
)
.
Note that
`needs:`
also works with the
[
parallel
](
../yaml/README.md#parallel
)
keyword,
giving you
r
powerful options for parallelization within your pipeline.
giving you powerful options for parallelization within your pipeline.
## Limitations
...
...
doc/ci/yaml/README.md
View file @
ca334da9
...
...
@@ -1734,8 +1734,8 @@ This example creates three paths of execution:
in the first stage (see
[
gitlab-ce#65504
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/65504
)
).
1.
If
`needs:`
refers to a job that is marked as
`parallel:`
.
the current job will depend on all parallel jobs created.
1.
`needs:`
is similar to
`dependencies:`
in that needs to use jobs from
prior stages,
this means that
it is impossible to create circular
1.
`needs:`
is similar to
`dependencies:`
in that
it
needs to use jobs from
prior stages,
meaning
it is impossible to create circular
dependencies or depend on jobs in the current stage (see
[
gitlab-ce#65505
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/65505
)
).
1.
Related to the above, stages must be explicitly defined for all jobs
that have the keyword
`needs:`
or are referred to by one.
...
...
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