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/01 14:15:41 UTC

[hbase] branch master 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 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 11a336a  Revert "HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)"
11a336a is described below

commit 11a336a74aa0f5cac3d96d2b54e22e31c3978081
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Oct 1 22:15:15 2020 +0800

    Revert "HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase (#2488)"
    
    This reverts commit 5351aca8a1e01df4aefb0cfc1c0e1892dcd56caa.
---
 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 801c277..d314ba4 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 Hadoop3 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 {