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 2020/10/03 13:23:34 UTC

[hbase] branch branch-2 updated: Revert "HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)"

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

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


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 217174c  Revert "HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)"
217174c is described below

commit 217174cdd7186e46933ac26652a3d78236098b73
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sat Oct 3 21:23:12 2020 +0800

    Revert "HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)"
    
    This reverts commit b568b3e5a6b443ea8c850ae83184291ba93389ba.
---
 dev-support/Jenkinsfile_GitHub | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index a92cf8b..4facb1c 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -18,7 +18,7 @@
 pipeline {
 
     agent {
-        label 'hbase'
+        label 'Hadoop'
     }
 
     options {
@@ -66,7 +66,7 @@ pipeline {
                 stage ('yetus general check') {
                     agent {
                         node {
-                            label 'hbase'
+                            label 'Hadoop'
                         }
                     }
                     environment {
@@ -152,7 +152,7 @@ pipeline {
                 stage ('yetus jdk8 Hadoop2 checks') {
                     agent {
                         node {
-                            label 'hbase'
+                            label 'Hadoop'
                         }
                     }
                     environment {
@@ -252,7 +252,7 @@ pipeline {
                 stage ('yetus jdk11 hadoop3 checks') {
                     agent {
                         node {
-                            label 'hbase'
+                            label 'Hadoop'
                         }
                     }
                     environment {