Skip to content

Limit the number of merge requests per project to avoid long seeds in development environment

Stan Hu requested to merge stanhu/gitlab-ce:limit-mr-seedfu into master

This step was taking a long time because seed_fu creates N / 2 merge requests for each repo, where N is the number of branches for that repo. At the time of this writing, there are 234 branches on the gitlab-ce repo, leading to 117 merge requests.

Merge request reports