This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 42aa7219a3a32cbdae6912bdb4609fc9df030940 Author: Duo Zhang <[email protected]> AuthorDate: Thu Jan 9 15:34:09 2025 +0800 HBASE-29050 Use node under 'hbase' label to run client integration tests (#6569) Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit 8d132b9b7b3ac0043141dfdf2cc756b1f8df6231) --- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 81ea98af0f1..833c425b4ef 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -906,7 +906,7 @@ pipeline { stage ('packaging and integration') { agent { node { - label 'hbase-large' + label 'hbase' } } environment {
