You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2022/02/07 06:41:27 UTC

[hbase-native-client] branch master updated: HBASE-26737 addendum for parallel stage node label

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

busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-native-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cffeab  HBASE-26737 addendum for parallel stage node label
1cffeab is described below

commit 1cffeabbed17b63d707a507299e4072145248a50
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Mon Feb 7 00:41:24 2022 -0600

    HBASE-26737 addendum for parallel stage node label
---
 bin/jenkins/Jenkinsfile_GitHub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/jenkins/Jenkinsfile_GitHub b/bin/jenkins/Jenkinsfile_GitHub
index 47dbd0d..34b566e 100644
--- a/bin/jenkins/Jenkinsfile_GitHub
+++ b/bin/jenkins/Jenkinsfile_GitHub
@@ -54,7 +54,7 @@ pipeline {
                 stage ('yetus patch ctests') {
                     agent {
                         node {
-                            label 'Hadoop'
+                            label 'hbase'
                         }
                     }
                     environment {