You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/02/11 03:48:31 UTC

[hbase] branch branch-1 updated: HBASE-26749 Migrate HBase main pre commit job to ci-hbase (#4107)

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

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


The following commit(s) were added to refs/heads/branch-1 by this push:
     new c45133a  HBASE-26749 Migrate HBase main pre commit job to ci-hbase (#4107)
c45133a is described below

commit c45133a9ee0672096334268576b00e0a4e60eedb
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Feb 11 10:09:19 2022 +0800

    HBASE-26749 Migrate HBase main pre commit job to ci-hbase (#4107)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 dev-support/Jenkinsfile_GitHub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index e4d7106..bdd693a 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'Hadoop'
+        label 'hbase'
     }
 
     options {