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 ee8cdb8e7fb remove
ee8cdb8e7fb is described below
commit ee8cdb8e7fb2a410514d1679855f4cb663d5b30d
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Feb 28 19:39:43 2026 +0800
remove
---
.../integration-test/integration-test.Jenkinsfile | 38 ----------------------
1 file changed, 38 deletions(-)
diff --git a/dev-support/integration-test/integration-test.Jenkinsfile
b/dev-support/integration-test/integration-test.Jenkinsfile
index c5daae18c93..2dee74cb66c 100644
--- a/dev-support/integration-test/integration-test.Jenkinsfile
+++ b/dev-support/integration-test/integration-test.Jenkinsfile
@@ -100,44 +100,6 @@ pipeline {
stash name: 'hbase-install', includes:
"unpacked_src_tarball/hbase-assembly/target/hbase-*-bin.tar.gz"
} // steps
} // packaging test
- stage ('integration test matrix') {
- matrix {
- agent {
- label 'hbase'
- }
- axes {
- axis {
- name 'HADOOP_VERSION'
- values getHadoopVersions(env.HADOOP2_VERSIONS,
env.HADOOP3_VERSIONS)
- }
- }
- environment {
- BASEDIR = "${env.WORKSPACE}/component"
- OUTPUT_DIR = "output-integration-hadoop-${env.HADOOP_VERSION}"
- }
- stages {
- stage('scm-checkout') {
- steps {
- sh '''#!/bin/bash -e
- echo "Setting up directories"
- rm -rf "${OUTPUT_DIR}" && mkdir "${OUTPUT_DIR}"
- echo "(x) {color:red}-1 client integration test{color}\n--
Something went wrong with this stage, [check relevant console
output|${BUILD_URL}/console]." >${OUTPUT_DIR}/commentfile
- rm -rf "unpacked_src_tarball"
- rm -rf "hbase-install"
- rm -rf "hbase-client"
- rm -rf "hbase-hadoop3-install"
- rm -rf "hbase-hadoop3-client"
- # remove old hadoop tarballs in workspace
- rm -rf hadoop-*.tar.gz
- '''
- dir('component') {
- checkout scm
- }
- }
- }
- } // stages
- } // matrix
- } // integration test matrix
} // stages
post {
always {