This is an automated email from the ASF dual-hosted git repository.

slfan1989 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 77d72b6ab2c HADOOP-19638. [Addendum] [JDK17] Set Up CI Support JDK17. 
(#8030) Contributed by Shilun Fan
77d72b6ab2c is described below

commit 77d72b6ab2c1b7ff0759e3e8738e6e9b73b31dce
Author: slfan1989 <[email protected]>
AuthorDate: Thu Oct 16 22:09:00 2025 +0800

    HADOOP-19638. [Addendum] [JDK17] Set Up CI Support JDK17. (#8030) 
Contributed by Shilun Fan
    
    * HADOOP-19638. [Addendum] [JDK17] Set Up CI Support JDK17.
    
    Reviewed-by: Tsz-wo Sze <[email protected]>
    Reviewed-by: He Xiaoqiao <[email protected]>
    Signed-off-by: Shilun Fan <[email protected]>
---
 dev-support/jenkins.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-support/jenkins.sh b/dev-support/jenkins.sh
index 47355f3ae18..fd6ab2340bf 100644
--- a/dev-support/jenkins.sh
+++ b/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")
     YETUS_ARGS+=("--multijdktests=compile")
   fi
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to