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

zhangduo pushed a commit to branch HBASE-29930
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-29930 by this push:
     new 3c3f8be974f fix
3c3f8be974f is described below

commit 3c3f8be974fe064b7cf279fc9de0c32d15680aca
Author: Duo Zhang <[email protected]>
AuthorDate: Sun Mar 1 10:55:59 2026 +0800

    fix
---
 dev-support/integration-test/integration-test.Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/integration-test/integration-test.Jenkinsfile 
b/dev-support/integration-test/integration-test.Jenkinsfile
index 89255eaa02e..74caa7da79e 100644
--- a/dev-support/integration-test/integration-test.Jenkinsfile
+++ b/dev-support/integration-test/integration-test.Jenkinsfile
@@ -247,7 +247,7 @@ pipeline {
                   -u `id -u`:`id -g` -e JAVA_HOME="/usr/lib/jvm/java-17" \
                   -e HADOOP_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED" 
\
                   --workdir=/hbase hbase-integration-test \
-                  
component/dev-support/hbase_nightly_pseudo-distributed-test.sh \
+                  
component/dev-support/integration-test/pseudo-distributed-test.sh \
                   --single-process \
                   --working-dir ${OUTPUT_DIR}/non-shaded \
                   --hbase-client-install ${hbase_client_dir} \
@@ -274,7 +274,7 @@ pipeline {
                   -u `id -u`:`id -g` -e JAVA_HOME="/usr/lib/jvm/java-17" \
                   -e HADOOP_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED" 
\
                   --workdir=/hbase hbase-integration-test \
-                  
component/dev-support/hbase_nightly_pseudo-distributed-test.sh \
+                  
component/dev-support/integration-test/pseudo-distributed-test.sh \
                   --single-process \
                   --hadoop-client-classpath 
hadoop-install/share/hadoop/client/hadoop-client-api-*.jar:hadoop-install/share/hadoop/client/hadoop-client-runtime-*.jar
 \
                   --working-dir ${OUTPUT_DIR}/shade \

Reply via email to