This is an automated email from the ASF dual-hosted git repository.
ndimiduk pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 84efaed HBASE-23946 [JDK11] Yetus should vote -0 for known JDK11
issues (#1246)
84efaed is described below
commit 84efaed12010bd9bb89fa9a4ed62c3f3ab4c8aa8
Author: Nick Dimiduk <[email protected]>
AuthorDate: Mon Mar 9 09:10:33 2020 -0700
HBASE-23946 [JDK11] Yetus should vote -0 for known JDK11 issues (#1246)
Signed-off-by: Sean Busbey <[email protected]>
Signed-off-by: Jan Hentschel <[email protected]>
---
dev-support/Jenkinsfile | 2 ++
dev-support/Jenkinsfile_GitHub | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 04f1046..26b2405 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -519,6 +519,8 @@ pipeline {
HADOOP_PROFILE = '3.0'
// ErrorProne is broken on JDK11, see HBASE-23894
SKIP_ERROR_PRONE = 'true'
+ // vote -0 on JDK11 unit failures until HBASE-22972
+ TESTS_FILTER = "${TESTS_FILTER},unit"
}
steps {
// Must do prior to anything else, since if one of them timesout
we'll stash the commentfile
diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index fdd6c60..d2405e0 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -261,6 +261,8 @@ pipeline {
SET_JAVA_HOME = '/usr/lib/jvm/java-11'
HADOOP_PROFILE = '3.0'
WORKDIR_REL = "${WORKDIR_REL_JDK11_HADOOP3_CHECK}"
+ // vote -0 on JDK11 unit failures until HBASE-22972
+ TESTS_FILTER = "${TESTS_FILTER},unit"
// identical for all parallel stages
WORKDIR = "${WORKSPACE}/${WORKDIR_REL}"
YETUSDIR = "${WORKDIR}/${YETUS_REL}"