This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-28694 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit b4fed327062eb50e3c9c00f3ae9a53755eb5f45b Author: Duo Zhang <[email protected]> AuthorDate: Thu Jun 27 23:11:50 2024 +0800 only run integration test --- dev-support/Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index b064f4656ad..2a94a21c353 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -202,6 +202,9 @@ pipeline { label 'hbase' } } + when { + branch '*branch-2*' + } environment { BASEDIR = "${env.WORKSPACE}/component" TESTS = "${env.SHALLOW_CHECKS}" @@ -644,6 +647,9 @@ pipeline { label 'hbase' } } + when { + branch '*branch-2*' + } environment { BASEDIR = "${env.WORKSPACE}/component" TESTS = "${env.DEEP_CHECKS}"
