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 03:32:21 UTC

hbase git commit: .

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


.


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

Branch: refs/heads/HBASE-19491
Commit: 426614ff3a0767fa6520ceb0c9b3dca00e0a4558
Parents: 9cd5235
Author: Apekshit Sharma <ap...@apache.org>
Authored: Mon Dec 11 19:32:10 2017 -0800
Committer: Apekshit Sharma <ap...@apache.org>
Committed: Mon Dec 11 19:32:10 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/426614ff/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 39e1c95..0e68511 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -49,7 +49,7 @@ pipeline {
     // output from surefire; sadly the archive function in yetus only works on file names.
     ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump'
     // These tests currently have known failures. Once they burn down to 0, remove from here so that new problems will cause a failure.
-    TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop'
+    TESTS_FILTER = 'cc,javac,shellcheck,perlcritic,ruby-lint,rubocop'
     BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"
     // Extra args passed by Yetus to docker command line. Using it to add environment variables
     // to docker container.