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 427e70e6b1a01409c92ec5cbd2480d7a454956e5
Author: Duo Zhang <zhang...@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"

Reply via email to