busbey 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_r387869807
 
 

 ##########
 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:
   so long as the general check is jdk8 then doing it in general is good. IIRC 
when we were sharing this jenkinsfile with branch-1 it was in jdk8-hadoop2 
because that was jdk8 on both sets of branches.

----------------------------------------------------------------
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

Reply via email to