diff --git a/jenkins/jobs/gerrit.yaml b/jenkins/jobs/gerrit.yaml index b20a11a693..a98a0d515b 100644 --- a/jenkins/jobs/gerrit.yaml +++ b/jenkins/jobs/gerrit.yaml @@ -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