ndimiduk commented on a change in pull request #1195: HBASE-23876 Add JDK11
compilation and unit test support to nightly job
URL: https://github.com/apache/hbase/pull/1195#discussion_r388467877
##########
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'
Review comment:
Oh, I see. Thanks for the pointer.
Reading through the nightly code again, I'm back to believing that I'll
break branch-1. Let me add back JDK7 to the docker file as well.
----------------------------------------------------------------
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