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 2022/11/09 15:23:03 UTC

[hbase] branch HBASE-27475 updated: disable other checks

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

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


The following commit(s) were added to refs/heads/HBASE-27475 by this push:
     new 6aa8d7b63c3 disable other checks
6aa8d7b63c3 is described below

commit 6aa8d7b63c38f40a938c0a1e75f0e30eadc48d89
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Nov 9 23:22:48 2022 +0800

    disable other checks
---
 dev-support/Jenkinsfile        | 11 ++++++++++-
 dev-support/Jenkinsfile_GitHub |  6 ++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 6d4a00d1dd3..050a6353f08 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -304,7 +304,7 @@ pipeline {
             }
           }
           when {
-            branch 'branch-2*'
+            branch 'branch-1*'
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
@@ -413,6 +413,9 @@ pipeline {
               label 'hbase'
             }
           }
+          when {
+            branch 'branch-1*'
+          }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
             TESTS = "${env.DEEP_CHECKS}"
@@ -522,6 +525,9 @@ pipeline {
               label 'hbase'
             }
           }
+          when {
+            branch 'branch-1*'
+          }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
             TESTS = "${env.DEEP_CHECKS}"
@@ -636,6 +642,9 @@ pipeline {
               label 'hbase-large'
             }
           }
+          when {
+            branch 'branch-1*'
+          }
           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.
diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 6eafddb6802..13c6ec17303 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -199,6 +199,9 @@ pipeline {
                             label 'hbase'
                         }
                     }
+                    when {
+                        branch 'branch-1*'
+                    }
                     environment {
                         // customized per parallel stage
                         PLUGINS = "${JDK_SPECIFIC_PLUGINS}"
@@ -331,6 +334,9 @@ pipeline {
                             label 'hbase'
                         }
                     }
+                    when {
+                        branch 'branch-1*'
+                    }
                     environment {
                         // customized per parallel stage
                         PLUGINS = "${JDK_SPECIFIC_PLUGINS}"