summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2019-08-09 07:46:18 +0000
committerAsh McKenzie <amckenzie@gitlab.com>2019-08-13 12:19:03 +1000
commit709c2e8589e20c3c184a8dac0437809b12e961f5 (patch)
treed8f4b99ad4a6cefc86bd0e6a91bf0e4bec15e69b
parent6480bd6dc9f2e32bf3651606e836516cad65c2c8 (diff)
downloadgitlab-ce-ashmckenzie/docs-ce-ee-merge-at-gitlab.tar.gz
Add section on how we run CE->EE merge at GitLabashmckenzie/docs-ce-ee-merge-at-gitlab
-rw-r--r--doc/development/automatic_ce_ee_merge.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/development/automatic_ce_ee_merge.md b/doc/development/automatic_ce_ee_merge.md
index 423b35a9e3a..98b8a48abf4 100644
--- a/doc/development/automatic_ce_ee_merge.md
+++ b/doc/development/automatic_ce_ee_merge.md
@@ -171,6 +171,19 @@ Now, every time you create an MR for CE and EE:
job failed, you are required to submit the EE MR so that you can fix the conflicts in EE
before merging your changes into CE.
+## How we run the Automatic CE->EE merge at GitLab
+
+At GitLab, we use the [Merge Train](https://gitlab.com/gitlab-org/merge-train)
+project to keep our [gitlab-ee](https://gitlab.com/gitlab-org/gitlab-ee)
+repository updated with commits from
+[gitlab-ce](https://gitlab.com/gitlab-org/gitlab-ce).
+
+We have a mirror of the [Merge Train](https://gitlab.com/gitlab-org/merge-train)
+project [configured](https://ops.gitlab.net/gitlab-org/merge-train) to run an
+automatic CE->EE merge job every twenty minutes as a scheduled CI job. The
+[configured](https://ops.gitlab.net/gitlab-org/merge-train) Merge Train project
+is only accessible to authorized GitLab staff.
+
## FAQ
### How does automatic merging work?