busbey commented on a change in pull request #1195: HBASE-23876 [WIP] Add JDK11
compilation and unit test support to nightly job
URL: https://github.com/apache/hbase/pull/1195#discussion_r387821101
##########
File path: dev-support/Jenkinsfile
##########
@@ -49,6 +50,8 @@ pipeline {
// 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'
EXCLUDE_TESTS_URL =
"${JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/${BRANCH_NAME}/lastSuccessfulBuild/artifact/excludes"
+ SHALLOW_CHECKS = 'all,-unit,-findbugs' // run by the 'yetus general check'
+ DEEP_CHECKS = 'maven,mvninstall,compile,javac,unit,htmlout' // run by
'yetus jdkX HadoopY checks'
Review comment:
I believe we produce different shaded jars with different hadoop versions.
is it worth pulling that check over into the hadoop specific builds? it
shouldn't vary by jdk version.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services