Skip to content

Periodically merge CE master into EE master

Yorick Peterse requested to merge periodic-merging into master

This sets up the merge train to periodically merge CE into EE, instead of doing so on every master commit. This allows us to work around the issues of GitLab CE builds using shallow cloning, as well as working around redundant pipelines being cancelled.

To do so, we move the "merge-train" script from CE into this repository and adjust it a bit to better fit this new setup.

Fixes https://gitlab.com/gitlab-org/merge-train/issues/1 Fixes https://gitlab.com/gitlab-org/merge-train/issues/6

TODO

Edited by Yorick Peterse

Merge request reports