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/09/17 07:11:12 UTC

[hbase] 01/01: try run client integration test on agent node

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

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

commit 2d86ff04206283cad96780bfcc3c2efb83492c7a
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Sep 17 15:10:47 2020 +0800

    try run client integration test on agent node
---
 dev-support/Jenkinsfile | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 5aaefd8..45b3a4d 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -195,6 +195,9 @@ pipeline {
               label 'Hadoop'
             }
           }
+          when {
+            branch 'branch-1*'
+          }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
             TESTS = "${env.SHALLOW_CHECKS}"
@@ -423,9 +426,9 @@ pipeline {
             }
           }
           when {
-            not {
+            //not {
               branch 'branch-1*'
-            }
+            //}
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -508,9 +511,9 @@ pipeline {
             }
           }
           when {
-            not {
+            //not {
               branch 'branch-1*'
-            }
+            //}
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -592,6 +595,11 @@ pipeline {
         // See http://hbase.apache.org/book.html#maven.release
         // TODO (HBASE-23870): replace this with invocation of the release tool
         stage ('packaging and integration') {
+          agent {
+            node {
+              label 'Hadoop'
+            }
+          }
           tools {
             maven 'Maven (latest)'
             // this needs to be set to the jdk that ought to be used to build releases on the branch the Jenkinsfile is stored in.