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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8d132b9b7b3 HBASE-29050 Use node under 'hbase' label to run client 
integration tests (#6569)
8d132b9b7b3 is described below

commit 8d132b9b7b3ac0043141dfdf2cc756b1f8df6231
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]>
---
 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 {

Reply via email to