Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-04-11 11:30:21 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-04-11 11:30:21 +0300
commita97e039e0799e41b7a47dcffc06f6b3243d14763 (patch)
tree3e0873e26f546a5a768fddf6793795fc3277608d /changelogs
parentdf6f9fdde92916b59a077ff76f163ecbb4b2c211 (diff)
parent2b9492a292d389d8390a9eca6a80e730ab7b6f1e (diff)
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 'changelogs')
-rw-r--r--changelogs/unreleased/limit-amount-of-created-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/limit-amount-of-created-pipelines.yml b/changelogs/unreleased/limit-amount-of-created-pipelines.yml
new file mode 100644
index 00000000000..51fdbb4d7ff
--- /dev/null
+++ b/changelogs/unreleased/limit-amount-of-created-pipelines.yml
@@ -0,0 +1,5 @@
+---
+title: Process at most 4 pipelines during push
+merge_request: 27205
+author:
+type: performance