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/04/26 03:31:12 UTC

[hbase] branch HBASE-25811 created (now 2d0ca47)

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

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


      at 2d0ca47  HBASE-25811 disable checks other than integration in nightly builds

This branch includes the following new commits:

     new 2d0ca47  HBASE-25811 disable checks other than integration in nightly builds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[hbase] 01/01: HBASE-25811 disable checks other than integration in nightly builds

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2d0ca473ed70aa5eb2e7087f67b2beeabe5adb49
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Apr 26 11:30:35 2021 +0800

    HBASE-25811 disable checks other than integration in nightly builds
---
 dev-support/Jenkinsfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index f3de8ed..86342e9 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -195,6 +195,9 @@ pipeline {
               label 'hbase'
             }
           }
+          when {
+            anyOf { branch 'branch-1*'; branch 'branch-2*' }
+          }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
             TESTS = "${env.SHALLOW_CHECKS}"
@@ -423,10 +426,9 @@ pipeline {
             }
           }
           when {
-            not {
-              branch 'branch-1*'
-            }
+            anyOf { branch 'branch-1*'; branch 'branch-2*' }
           }
+
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
             TESTS = "${env.DEEP_CHECKS}"
@@ -508,9 +510,7 @@ pipeline {
             }
           }
           when {
-            not {
-              branch 'branch-1*'
-            }
+            anyOf { branch 'branch-1*'; branch 'branch-2*' }
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"