Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 4face2b66 -> 5f0219b86


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

Branch: refs/heads/branch-1.4
Commit: 5f0219b86de69cdcf42e0e9f909bc5fd10757635
Parents: 4face2b
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:38:16 2017 -0800

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


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