slfan1989 commented on code in PR #8030:
URL: https://github.com/apache/hadoop/pull/8030#discussion_r2433097240
##########
dev-support/jenkins.sh:
##########
@@ -124,8 +124,9 @@ function run_ci() {
YETUS_ARGS+=("--mvn-custom-repos")
YETUS_ARGS+=("--dockermemlimit=22g")
- # test with Java 17
- YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-17-openjdk-amd64")
+ # test with Java 17 & Java 21
+ YETUS_ARGS+=("--java-home=/usr/lib/jvm/java-17-openjdk-amd64")
+ YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-21-openjdk-amd64")
Review Comment:
Thank you very much for helping with the review! Since I’m not yet very
familiar with Yetus, the current configuration was created by referring to and
simulating the original JDK 8 and JDK 11 configurations.
```
# 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")
YETUS_ARGS+=("--multijdktests=compile")
```
--
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]