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 05:47:47 UTC

[hbase-native-client] branch master updated: HBASE-26737 run PR checks on the hbase specific worker nodes (#16)

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 5019bc3  HBASE-26737 run PR checks on the hbase specific worker nodes (#16)
5019bc3 is described below

commit 5019bc3d0b39b8be795b7ede6663cf31438da2c5
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Sun Feb 6 23:47:44 2022 -0600

    HBASE-26737 run PR checks on the hbase specific worker nodes (#16)
---
 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 60c4cb0..47dbd0d 100644
--- a/bin/jenkins/Jenkinsfile_GitHub
+++ b/bin/jenkins/Jenkinsfile_GitHub
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'Hadoop'
+        label 'hbase'
     }
 
     options {