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 <[email protected]> Authored: Tue Dec 12 14:31:02 2017 -0800 Committer: Apekshit Sharma <[email protected]> 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'
