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:
authorKamil Trzciński <ayufan@ayufan.eu>2019-04-10 12:04:51 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2019-04-10 12:51:19 +0300
commit2b9492a292d389d8390a9eca6a80e730ab7b6f1e (patch)
tree5f494717d67447249f002b56cb7c84c0a4f2eb19 /changelogs
parente861af409df4139e2a1c7434b1ca490710c786f1 (diff)
Process at most 4 pipelines during push
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.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