ijuma commented on code in PR #16051:
URL: https://github.com/apache/kafka/pull/16051#discussion_r1612342902
##########
Jenkinsfile:
##########
@@ -36,6 +36,12 @@ def doTest(env, target = "test") {
junit '**/build/test-results/**/TEST-*.xml'
}
+def runTestOnDevBranch(env) {
+ if (!isChangeRequest(env)) {
+ doTest(env)
+ }
+}
Review Comment:
Ah, yes - we'll also have to configure the brokers, etc. to use Java 17. In
any case, I think whatever we have to do there won't be any harder if we just
delete the Java 11 and 17 builders for now. And it will make the 3.8 builds
lighter.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]