diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2019-04-11 08:30:21 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2019-04-11 08:30:21 +0000 |
commit | a97e039e0799e41b7a47dcffc06f6b3243d14763 (patch) | |
tree | 3e0873e26f546a5a768fddf6793795fc3277608d /changelogs/unreleased | |
parent | df6f9fdde92916b59a077ff76f163ecbb4b2c211 (diff) | |
parent | 2b9492a292d389d8390a9eca6a80e730ab7b6f1e (diff) | |
download | gitlab-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 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/limit-amount-of-created-pipelines.yml | 5 |
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 |