diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-10 12:07:55 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-10 12:07:55 +0000 |
commit | 5e11c9b77cb1b2b77ee29359047b55807afe255d (patch) | |
tree | 40b02dead6acdcaab9cc15efc9ae4710c2ed78a8 /doc/ci/yaml/README.md | |
parent | 97d4d926630822d0e1a638206909679c962d2f0a (diff) | |
download | gitlab-ce-5e11c9b77cb1b2b77ee29359047b55807afe255d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r-- | doc/ci/yaml/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 83efea50a01..ff1a6180f00 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -2256,11 +2256,11 @@ This example creates three paths of execution: pipeline will be created with YAML error. - We are temporarily limiting the maximum number of jobs that a single job can need in the `needs:` array: - - For GitLab.com, the limit is five. For more information, see our + - For GitLab.com, the limit is ten. For more information, see our [infrastructure issue](https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/7541). - For self-managed instances, the limit is: - - Five by default (`ci_dag_limit_needs` feature flag is enabled). - - 50 if the `ci_dag_limit_needs` feature flag is disabled. + - 10, if the `ci_dag_limit_needs` feature flag is enabled (default). + - 50, if the `ci_dag_limit_needs` feature flag is disabled. - It is impossible for now to have `needs: []` (empty needs), the job always needs to depend on something, unless this is the job in the first stage. However, support for an empty needs array [is planned](https://gitlab.com/gitlab-org/gitlab/issues/30631). |