Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 b1912790f -> 604266f7b


HBASE-19368 [nightly] Make xml test non-voting in branch-1.2


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

Branch: refs/heads/branch-1.3
Commit: 604266f7b75927704a520b3ac905327312383e9e
Parents: b191279
Author: Michael Stack <st...@apache.org>
Authored: Tue Nov 28 13:32:26 2017 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Tue Nov 28 16:37:41 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/604266f7/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 94616f7..995f67c 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,mvnsite'
+    TESTS_FILTER = 
'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite,xml'
     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