This is an automated email from the ASF dual-hosted git repository.
liuxiaocs 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 3e863285bad Revert "Signed-off-by: Duo Zhang <[email protected]>"
3e863285bad is described below
commit 3e863285bad9c8f57730031fdb5d30bf5fb0b8c6
Author: liuxiaocs7 <[email protected]>
AuthorDate: Fri Mar 20 17:39:22 2026 +0800
Revert "Signed-off-by: Duo Zhang <[email protected]>"
This reverts commit 384a71c03c6b56a246b68508a1e5092119454f45.
---
dev-support/Jenkinsfile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index f22e67d04e8..7994d2084e9 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -38,6 +38,7 @@ pipeline {
OUTPUT_DIR_RELATIVE_JDK8_HADOOP3 = 'output-jdk8-hadoop3'
OUTPUT_DIR_RELATIVE_JDK11_HADOOP3 = 'output-jdk11-hadoop3'
OUTPUT_DIR_RELATIVE_JDK17_HADOOP3 = 'output-jdk17-hadoop3'
+ OUTPUT_DIR_RELATIVE_JDK17_HADOOP3_BACKWARDS =
'output-jdk17-hadoop3-backwards'
PROJECT = 'hbase'
PROJECT_PERSONALITY =
'https://raw.githubusercontent.com/apache/hbase/master/dev-support/hbase-personality.sh'
@@ -57,6 +58,10 @@ pipeline {
ASF_NIGHTLIES = 'https://nightlies.apache.org'
ASF_NIGHTLIES_BASE_ORI =
"${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}"
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,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.