You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/09/28 08:41:10 UTC

[hbase] branch branch-1.4 updated: HBASE-22653 Do not run errorProne on branch-1 PRs (#669)

This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 9c8da0f  HBASE-22653 Do not run errorProne on branch-1 PRs (#669)
9c8da0f is described below

commit 9c8da0f3fb1536804f422ad6562f3d87b91671f0
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Sat Sep 28 10:37:57 2019 +0200

    HBASE-22653 Do not run errorProne on branch-1 PRs (#669)
    
    Signed-off-by: Viraj Jasani <vi...@gmail.com>
---
 dev-support/Jenkinsfile_GitHub | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 4948f5a..9f8def5 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -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