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

stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 2b93867e89f HBASE-29592 Add hadoop 3.4.2 in client integration tests 
(#7306)
2b93867e89f is described below

commit 2b93867e89f626377bb42c8273f9b453fc121988
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Sep 18 10:27:09 2025 +0200

    HBASE-29592 Add hadoop 3.4.2 in client integration tests (#7306)
    
    Signed-off-by: Nihal Jain <[email protected]>
    Signed-off-by: Duo Zhang <[email protected]>
    (cherry picked from commit 40b1ffc51002f3d43c7ffc0556fc8bc650aea0ce)
---
 dev-support/Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 617e23f3727..eb7470eaa64 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -60,8 +60,8 @@ pipeline {
     ASF_NIGHTLIES_BASE = "${ASF_NIGHTLIES_BASE_ORI.replaceAll(' ', '%20')}"
     // These are dependent on the branch
     // We are not running the tests for 3.4.0, due to time constraints.
-    HADOOP3_VERSIONS = "3.2.4,3.3.5,3.3.6,3.4.1"
-    HADOOP3_DEFAULT_VERSION = "3.4.1"
+    HADOOP3_VERSIONS = "3.2.4,3.3.5,3.3.6,3.4.1,3.4.2"
+    HADOOP3_DEFAULT_VERSION = "3.4.2"
   }
   parameters {
     booleanParam(name: 'USE_YETUS_PRERELEASE', defaultValue: false, 
description: '''Check to use the current HEAD of apache/yetus rather than our 
configured release.

Reply via email to