summaryrefslogtreecommitdiff
path: root/doc/ci/yaml/README.md
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-04-11 08:30:21 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-04-11 08:30:21 +0000
commita97e039e0799e41b7a47dcffc06f6b3243d14763 (patch)
tree3e0873e26f546a5a768fddf6793795fc3277608d /doc/ci/yaml/README.md
parentdf6f9fdde92916b59a077ff76f163ecbb4b2c211 (diff)
parent2b9492a292d389d8390a9eca6a80e730ab7b6f1e (diff)
downloadgitlab-ce-a97e039e0799e41b7a47dcffc06f6b3243d14763.tar.gz
Merge branch 'limit-amount-of-created-pipelines' into 'master'
Process at most 4 pipelines during push See merge request gitlab-org/gitlab-ce!27205
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r--doc/ci/yaml/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 5de290618f2..36a0bf10416 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -2701,6 +2701,15 @@ Not to be confused with [`trigger`](#trigger-premium).
[Read more in the triggers documentation.](../triggers/README.md)
+## Processing Git pushes
+
+GitLab will create at most 4 branch and tags pipelines when
+doing pushing multiple changes in single `git push` invocation.
+
+This limitation does not affect any of the updated Merge Request pipelines,
+all updated Merge Requests will have a pipeline created when using
+[pipelines for merge requests](../merge_request_pipelines/index.md).
+
## Skipping jobs
If your commit message contains `[ci skip]` or `[skip ci]`, using any