From 51dca8138e627da456f7b1dd848cc47ccb373980 Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Thu, 1 Oct 2020 14:16:33 +0800 Subject: [PATCH] HBASE-25134 Migrate HBase PreCommit jenkins job from Hadoop to hbase --- 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 d314ba45cd9c..801c2771fb95 100644 --- a/dev-support/Jenkinsfile_GitHub +++ b/dev-support/Jenkinsfile_GitHub @@ -18,7 +18,7 @@ pipeline { agent { - label 'Hadoop' + label 'hbase' } options { @@ -66,7 +66,7 @@ pipeline { stage ('yetus general check') { agent { node { - label 'Hadoop' + label 'hbase' } } environment { @@ -152,7 +152,7 @@ pipeline { stage ('yetus jdk8 Hadoop3 checks') { agent { node { - label 'Hadoop' + label 'hbase' } } environment { @@ -252,7 +252,7 @@ pipeline { stage ('yetus jdk11 hadoop3 checks') { agent { node { - label 'Hadoop' + label 'hbase' } } environment {