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

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

commit 167758acdb4c55570999f9d6582bf8a397add975
Author: Duo Zhang <[email protected]>
AuthorDate: Mon Mar 2 09:30:20 2026 +0800

    fix
---
 dev-support/integration-test/integration-test.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/integration-test/integration-test.Jenkinsfile 
b/dev-support/integration-test/integration-test.Jenkinsfile
index b684b953d8e..e0bc1f18b6d 100644
--- a/dev-support/integration-test/integration-test.Jenkinsfile
+++ b/dev-support/integration-test/integration-test.Jenkinsfile
@@ -89,7 +89,7 @@ pipeline {
             exit 1
           fi
           if [[ "${BRANCH_NAME}" == *"branch-2"* ]]; then
-            if [ 2 -eq $(ls -1 
"${WORKSPACE}"/unpacked_src_tarball/hbase-assembly/target/hbase-*-hadoop3-*-bin.tar.gz
 | wc -l) ]; then
+            if [ 2 -ne $(ls -1 
"${WORKSPACE}"/unpacked_src_tarball/hbase-assembly/target/hbase-*-hadoop3-*-bin.tar.gz
 | wc -l) ]; then
                echo '(x) {color:red}-1 testing binary artifact{color}\n-- 
source tarball did not produce the expected hadoop3 binaries.' 
>>output-srctarball/commentfile
                exit 1
             fi

Reply via email to