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 2021/10/21 01:46:12 UTC

[hbase] branch HBASE-26318 updated: disable other checks to speed up test

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

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


The following commit(s) were added to refs/heads/HBASE-26318 by this push:
     new 7c18a3d  disable other checks to speed up test
7c18a3d is described below

commit 7c18a3dbd55a07dac9b2e4ce7dcc8e5e28e4b1a1
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Oct 21 09:45:39 2021 +0800

    disable other checks to speed up test
---
 dev-support/Jenkinsfile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 5f9bbd0..d05a335 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -523,9 +523,9 @@ pipeline {
             }
           }
           when {
-            not {
+            //not {
               branch 'branch-1*'
-            }
+            //}
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -637,9 +637,9 @@ pipeline {
             }
           }
           when {
-            not {
+            //not {
               branch 'branch-1*'
-            }
+            //}
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -759,6 +759,9 @@ pipeline {
             BASEDIR = "${env.WORKSPACE}/component"
             BRANCH = "${env.BRANCH_NAME}"
           }
+          when {
+            branch 'branch-1*'
+          }
           steps {
             sh '''#!/bin/bash -e
               echo "Setting up directories"