Skip to content

Commit

Permalink
HBASE-23946 [JDK11] Yetus should vote -0 for known JDK11 issues (#1246)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Busbey <[email protected]>
Signed-off-by: Jan Hentschel <[email protected]>
  • Loading branch information
ndimiduk authored Mar 9, 2020
1 parent 1f77b1f commit 31484f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-support/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions dev-support/Jenkinsfile_GitHub
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 31484f0

Please sign in to comment.