Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Split up the git acceptance tests
  Set the workspace root through a JVM property sourceRoot
  Document how to use RBE for the gerrit build

Change-Id: Ia25eb698dea8325f1b4f0ac87fe43eb04a2e423f
This commit is contained in:
David Ostrovsky
2019-05-18 10:24:48 +02:00
9 changed files with 215 additions and 60 deletions

View File

@@ -71,7 +71,7 @@ that serves PolyGerrit:
```sh
bazel build polygerrit &&
$(bazel info output_base)/external/local_jdk/bin/java \
$(bazel info output_base)/external/local_jdk/bin/java -DsourceRoot=/path/to/my/checkout \
-jar bazel-bin/polygerrit.war daemon --polygerrit-dev \
-d ../gerrit_testsite --console-log --show-stack-trace
```