gitlab-org--gitlab-foss/scripts
Yorick Peterse ee6fb2b1ee
Automatically merge CE master into EE master
This sets up GitLab CI to automatically push CE master changes into EE
master, or revert them if the changes cause merge conflicts. The CI
configuration contains a single job to do this: `merge:master`. This job
is executed for every push to master, and periodically using a CI
schedule.

The periodic job is necessary because incremental jobs may not be able
to revert commits if newly added commits depend on these commits. By
re-running the job periodically (including all changes since a large
enough time frame), we can ensure that such commits are also reverted
(if they still conflict at that time).

The job runs in its own "merge" stage, _after_ the build and prepare
stages, but _before_ running the tests. This ensures that randomly
failing tests won't prevent code from being merged into EE. Running the
stage after the "prepare" stage reduces the chances of the job reverting
CE changes just because it ran before a corresponding EE MR was merged
into EE master.
2018-12-04 14:40:04 +01:00
..
frontend Fix typos occured to occurred 2018-11-16 00:34:24 +09:00
review_apps Add a manual job to run QA against a Review App 2018-11-26 14:49:03 +01:00
build_assets_image Add BUILD_ASSETS_IMAGE CI variable 2018-11-15 09:45:04 -06:00
create_mysql_user.sh
create_postgres_user.sh
detect-new-flaky-examples
gitaly-test-build
gitaly-test-spawn
gitaly_test.rb
lint-changelog-yaml
lint-conflicts.sh
lint-doc.sh
lint-rugged
merge-reports
merge-simplecov
merge-train Automatically merge CE master into EE master 2018-12-04 14:40:04 +01:00
no-ee-check
prepare_build.sh
prune-old-flaky-specs
rails4-gemfile-lock-check Switch rails 4 to 5 in gitlab-ci 2018-11-14 12:38:30 +01:00
schema_changed.sh
security-harness
static-analysis
sync-reports
trigger-build Pass GITLAB_REF_SLUG to CNG triggered pipelines 2018-11-29 10:49:30 +01:00
trigger-build-docs
utils.sh