diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2019-04-10 11:04:51 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2019-04-10 11:51:19 +0200 |
commit | 2b9492a292d389d8390a9eca6a80e730ab7b6f1e (patch) | |
tree | 5f494717d67447249f002b56cb7c84c0a4f2eb19 /changelogs | |
parent | e861af409df4139e2a1c7434b1ca490710c786f1 (diff) | |
download | gitlab-ce-2b9492a292d389d8390a9eca6a80e730ab7b6f1e.tar.gz |
Process at most 4 pipelines during pushlimit-amount-of-created-pipelines
This adds a limitation that we will try to create pipeline
for at most 4 first changes (branches and tags).
This does not affect processing of Pipelines for Merge Requests,
as each updated MR will have associated pipeline created.
Diffstat (limited to 'changelogs')
-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 |