Skip to content

Commit 8d058a9

Browse files
committed
HBASE-24071 [JDK11] Remove unit filter from nightly and precommit jobs
Signed-off-by: Bharath Vissapragada <[email protected]> Signed-off-by: Jan Hentschel <[email protected]> Signed-off-by: Duo Zhang <[email protected]>
1 parent bdd3dc8 commit 8d058a9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dev-support/Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,6 @@ pipeline {
519519
HADOOP_PROFILE = '3.0'
520520
// ErrorProne is broken on JDK11, see HBASE-23894
521521
SKIP_ERROR_PRONE = 'true'
522-
// vote -0 on JDK11 unit failures until HBASE-22972
523-
TESTS_FILTER = "${TESTS_FILTER},unit"
524522
}
525523
steps {
526524
// Must do prior to anything else, since if one of them timesout we'll stash the commentfile

dev-support/Jenkinsfile_GitHub

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ pipeline {
261261
SET_JAVA_HOME = '/usr/lib/jvm/java-11'
262262
HADOOP_PROFILE = '3.0'
263263
WORKDIR_REL = "${WORKDIR_REL_JDK11_HADOOP3_CHECK}"
264-
// vote -0 on JDK11 unit failures until HBASE-22972
265-
TESTS_FILTER = "${TESTS_FILTER},unit"
266264
// identical for all parallel stages
267265
WORKDIR = "${WORKSPACE}/${WORKDIR_REL}"
268266
YETUSDIR = "${WORKDIR}/${YETUS_REL}"

0 commit comments

Comments
 (0)