HBASE-19070 temporarily make the mvnsite nightly test non-voting.

Signed-off-by: Mike Drob <md...@apache.org>


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

Branch: refs/heads/HBASE-18410
Commit: cda2949b816fceb4d63d2d9ca445bc75912227e2
Parents: cb506fd
Author: Sean Busbey <bus...@apache.org>
Authored: Tue Oct 24 10:30:00 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Tue Oct 24 12:06:58 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/cda2949b/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 28efa61..05c8895 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'
     // 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,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite'
     BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"
     EXCLUDE_TESTS_URL = 
'https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/excludes/'
   }

Reply via email to