pan3793 commented on code in PR #7831:
URL: https://github.com/apache/hadoop/pull/7831#discussion_r2314272985
##########
dev-support/jenkins.sh:
##########
@@ -124,9 +124,8 @@ function run_ci() {
YETUS_ARGS+=("--mvn-custom-repos")
YETUS_ARGS+=("--dockermemlimit=22g")
- # test with Java 8 and 11
- YETUS_ARGS+=("--java-home=/usr/lib/jvm/java-8-openjdk-amd64")
- YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-11-openjdk-amd64")
+ # test with Java 17
+ YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-17-openjdk-amd64")
Review Comment:
now, all platforms on the trunk branch have `java-17-openjdk-amd64`
installed in the docker image, it's time to move forward
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]