Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 e1d695038 -> 690367fc4


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/690367fc
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/690367fc
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/690367fc

Branch: refs/heads/branch-1.2
Commit: 690367fc4cc5092fa62b2f08dc3a86803fba5122
Parents: e1d6950
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 13:32:26 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/690367fc/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