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
d6853ddd
Commit
d6853ddd
authored
Oct 25, 2021
by
Suzanne Selhorn
Committed by
Marcel Amirault
Oct 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved pipeline info from yaml file to pipelines file
parent
ac898833
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
doc/administration/instance_limits.md
doc/administration/instance_limits.md
+4
-2
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+0
-9
No files found.
doc/administration/instance_limits.md
View file @
d6853ddd
...
...
@@ -222,10 +222,12 @@ 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
is to prevent
the accidental creation of pipelines when
`git push --all`
This
limit prevents
the accidental creation of pipelines when
`git push --all`
or
`git push --mirror`
is used.
Read more in the
[
CI documentation
](
../ci/yaml/index.md#processing-git-pushes
)
.
This limit does not affect any of the updated merge request pipelines.
All updated merge requests have a pipeline created when using
[
pipelines for merge requests
](
../ci/pipelines/merge_request_pipelines.md
)
.
## Retention of activity history
...
...
doc/ci/yaml/index.md
View file @
d6853ddd
...
...
@@ -4710,15 +4710,6 @@ You can use [CI/CD variables](../variables/index.md) to configure how the runner
You can also use variables to configure how many times a runner
[
attempts certain stages of job execution
](
../runners/configure_runners.md#job-stages-attempts
)
.
## Processing Git pushes
GitLab creates at most four branch and tag pipelines when
pushing multiple changes in a single
`git push`
invocation.
This limitation does not affect any of the updated merge request pipelines.
All updated merge requests have a pipeline created when using
[
pipelines for merge requests
](
../pipelines/merge_request_pipelines.md
)
.
## Deprecated keywords
The following keywords are deprecated.
...
...
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