You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/12/12 22:31:08 UTC

hbase git commit: get rid of general tests

Repository: hbase
Updated Branches:
  refs/heads/HBASE-19491 426614ff3 -> 9a7d4f773


get rid of general tests


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

Branch: refs/heads/HBASE-19491
Commit: 9a7d4f77302a96789f2d53ba12951f8cddbcd808
Parents: 426614f
Author: Apekshit Sharma <ap...@apache.org>
Authored: Tue Dec 12 14:31:02 2017 -0800
Committer: Apekshit Sharma <ap...@apache.org>
Committed: Tue Dec 12 14:31:02 2017 -0800

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9a7d4f77/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 0e68511..ac54696 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -121,7 +121,7 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
       environment {
         // TODO does hadoopcheck need to be jdk specific?
         // Should be things that work with multijdk
-        TESTS = 'all,-unit,-findbugs'
+        TESTS = 'checkstyle'
         // on branches that don't support jdk7, this will already be JAVA_HOME, so we'll end up not
         // doing multijdk there.
         MULTIJDK = '/usr/lib/jvm/java-8-openjdk-amd64'