Skip to content
代码片段 群组 项目
提交 8c8fe3d8 编辑于 作者: Marcel Amirault's avatar Marcel Amirault
浏览文件

Merge branch 'doc-cicd_ci_needs_size_limit-0' into 'master'

Clarify what a ci_needs_size_limit of 0 means

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/96597



Merged-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Approved-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Co-authored-by: default avatarMike Lockhart <mlockhart@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -69,7 +69,8 @@ can choose a custom limit. For example, to set the limit to `100`:
Plan.default.actual_limits.update!(ci_needs_size_limit: 100)
```
To disable directed acyclic graphs (DAG), set the limit to `0`.
To disable directed acyclic graphs (DAG), set the limit to `0`. Pipelines with jobs
configured to use `needs` then return the error `job can only need 0 others`.
## Change maximum scheduled pipeline frequency
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册