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
beaaae35
Commit
beaaae35
authored
Mar 04, 2022
by
Marcel Amirault
Committed by
Nick Gaskill
Mar 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explain that max pipelines limit has flag
You can disable the max pipelines put push limit with a feature flag.
parent
6e78b88a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
doc/administration/instance_limits.md
doc/administration/instance_limits.md
+12
-7
No files found.
doc/administration/instance_limits.md
View file @
beaaae35
...
...
@@ -208,13 +208,18 @@ When the number exceeds the limit the page displays an alert and links to a pagi
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/51401) in GitLab 11.10.
The number of pipelines that can be created in a single push is 4.
This limit prevents the accidental creation of pipelines when
`git push --all`
or
`git push --mirror`
is used.
This limit does not affect any of the updated merge request pipelines.
All updated merge requests have a pipeline created when using
[
merge request pipelines
](
../ci/pipelines/merge_request_pipelines.md
)
.
When pushing multiple changes with a single Git push, like multiple tags or branches,
only four tag or branch pipelines can be triggered. This limit prevents the accidental
creation of a large number of pipelines when using
`git push --all`
or
`git push --mirror`
.
[
Merge request pipelines
](
../ci/pipelines/merge_request_pipelines.md
)
are not limited.
If the Git push updates multiple merge requests at the same time, a merge request pipeline
can trigger for every updated merge request.
To remove the limit so that any number of pipelines can trigger for a single Git push event,
administrators can enable the
`git_push_create_all_pipelines`
[
feature flag
](
feature_flags.md
)
.
Enabling this feature flag is not recommended, as it can cause excessive load on the GitLab
instance if too many changes are pushed at once and a flood of pipelines are created accidentally.
## Retention of activity history
...
...
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