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 be548a4be48 HADOOP-19638. [JDK17] Set Up CI Support JDK17. (#7831)
be548a4be48 is described below

commit be548a4be48640e704a46084c559b61358efedee
Author: slfan1989 <[email protected]>
AuthorDate: Sun Oct 12 08:54:59 2025 +0800

    HADOOP-19638. [JDK17] Set Up CI Support JDK17. (#7831)
    
    * HADOOP-19638. [JDK17] Set Up CI Support JDK17.
    
    Reviewed-by: Steve Loughran <[email protected]>
    Reviewed-by: Cheng Pan <[email protected]>
    Signed-off-by: Shilun Fan <[email protected]>
---
 dev-support/jenkins.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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


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

Reply via email to