Repository: hbase
Updated Branches:
  refs/heads/HBASE-15151 3b3812f23 -> 4d6a00c6b (forced update)


HBASE-15151 ensure findbugs check runs on all branches.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4d6a00c6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4d6a00c6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4d6a00c6

Branch: refs/heads/HBASE-15151
Commit: 4d6a00c6be71350bdf655ad29673807c510abef7
Parents: 18e351d
Author: Sean Busbey <[email protected]>
Authored: Sun Feb 25 00:35:45 2018 -0600
Committer: Sean Busbey <[email protected]>
Committed: Sun Feb 25 01:45:46 2018 -0600

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/4d6a00c6/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 7aec507..8efb26f 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -239,7 +239,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
         }
       }
       environment {
-        TESTS = 'mvninstall,compile,javac,unit,htmlout'
+        TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
         OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
         OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
         // This isn't strictly needed on branches that only support jdk8, but 
doesn't hurt
@@ -305,10 +305,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
         }
       }
       environment {
-        // Failure in any stage fails the build and consecutive stages are not 
built.
-        // Findbugs is part of this last yetus stage to prevent findbugs 
precluding hadoop3
-        // tests.
-        TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
+        TESTS = 'mvninstall,compile,javac,unit,htmlout'
         OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
         OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
         // This isn't strictly needed on branches that only support jdk8, but 
doesn't hurt

Reply via email to