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
90931480
Commit
90931480
authored
Jul 29, 2020
by
Marcel Amirault
Committed by
Marcin Sedlak-Jakubowski
Jul 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add badge to feature flag note
You can only flip a feature flag on a self-managed instance
parent
1b7292d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+2
-2
No files found.
doc/ci/yaml/README.md
View file @
90931480
...
@@ -1978,7 +1978,7 @@ This example creates four paths of execution:
...
@@ -1978,7 +1978,7 @@ This example creates four paths of execution:
[
infrastructure issue
](
https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/7541
)
.
[
infrastructure issue
](
https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/7541
)
.
-
For self-managed instances, the limit is:
-
For self-managed instances, the limit is:
-
10, if the
`ci_plan_needs_size_limit`
feature flag is disabled (default).
-
10, if the
`ci_plan_needs_size_limit`
feature flag is disabled (default).
-
50, if the
`ci_plan_needs_size_limit`
feature flag is enabled. This limit
[
can be changed
](
#changing-the-needs-job-limit
)
.
-
50, if the
`ci_plan_needs_size_limit`
feature flag is enabled. This limit
[
can be changed
](
#changing-the-needs-job-limit
-core-only
)
.
-
If
`needs:`
refers to a job that is marked as
`parallel:`
.
-
If
`needs:`
refers to a job that is marked as
`parallel:`
.
the current job will depend on all parallel jobs created.
the current job will depend on all parallel jobs created.
-
`needs:`
is similar to
`dependencies:`
in that it needs to use jobs from prior stages,
-
`needs:`
is similar to
`dependencies:`
in that it needs to use jobs from prior stages,
...
@@ -1987,7 +1987,7 @@ This example creates four paths of execution:
...
@@ -1987,7 +1987,7 @@ This example creates four paths of execution:
-
Related to the above, stages must be explicitly defined for all jobs
-
Related to the above, stages must be explicitly defined for all jobs
that have the keyword
`needs:`
or are referred to by one.
that have the keyword
`needs:`
or are referred to by one.
##### Changing the `needs:` job limit
##### Changing the `needs:` job limit
**(CORE ONLY)**
The maximum number of jobs that can be defined within
`needs:`
defaults to 10.
The maximum number of jobs that can be defined within
`needs:`
defaults to 10.
...
...
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