HBASE-22653 Do not run errorProne on branch-1 PRs (#669)

Signed-off-by: Viraj Jasani <virajjasani007@gmail.com>
This commit is contained in:
Peter Somogyi 2019-09-28 10:37:57 +02:00 committed by GitHub
parent b96aefd07f
commit daf1faabfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ pipeline {
YETUS_ARGS+=("--whitespace-tabs-ignore-list=.*/generated/.*")
YETUS_ARGS+=("--personality=${SOURCEDIR}/dev-support/hbase-personality.sh")
YETUS_ARGS+=("--quick-hadoopcheck")
YETUS_ARGS+=("--skip-errorprone")
# effectively treat dev-support as a custom maven module
YETUS_ARGS+=("--skip-dirs=dev-support")
# help keep the ASF boxes clean