Run Gerrit unit tests

In the past we didn't run the unit tests because they were flaky.
We should give it another try since the build system now allows
excluding certain test groups from running.  I believ the slow
tests were the culprit so we exlude it from the test run.

Change-Id: Ib5af53e698635dc7feb6fa97cb88a4814080fd05
This commit is contained in:
Khai Do 2015-04-08 16:21:53 -07:00
parent 4f441cca35
commit c8697d93c5

View File

@ -19,6 +19,7 @@
/usr/local/jenkins/slave_scripts/version-properties.sh
source version.properties
buck clean
buck test --all --exclude slow
buck build release
cp buck-out/gen/release.war buck-out/gen/gerrit-$PROJECT_VER.war
@ -50,6 +51,7 @@
/usr/local/jenkins/slave_scripts/version-properties.sh
source version.properties
buck clean
buck test --all --exclude slow
buck build release
cp buck-out/gen/release.war buck-out/gen/gerrit-$PROJECT_VER.war