Add end-to-end test on cross-repo below independent review

The merge of a cross-repo below an independent review is a use case we
partially support: the cross-repo can be merged but a "Code-Review -1"
is sometimes pushed on the cross-repo (this occurs when pushing a new
version of a patchset of the cross-repo). The next commit will avoid
this "Code-Review -1".

Change-Id: I920a075b81b9448010f68bd43bcc11c3f4146052
1 file changed
tree: 7e601c92ba62c37d1cf0c9a299b4c5ef91cc30b1
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
  6. test.rb
  7. tests.txt
README.md

Autosubmitter

Build Status

A gerrit plugin that takes care of automatically merging reviews when all approvals are present.

Also, it introduces the concept of cross-repository reviews. Cross repository reviews are reviews that share a common topic, and are all in different gerrit repositories. They will be merged at the same time, when all approvals for all reviews are present, and all reviews are mergeable.

Requires Gerrit 2.14 or later.