This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HBASE-28694-branch-2 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit ba6ce5e26e5da97a2b2f01910bc2951bddde3b95 Author: Duo Zhang <[email protected]> AuthorDate: Sat Jun 29 09:42:45 2024 +0800 only run integration test --- dev-support/Jenkinsfile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 94652560614..42744ce131f 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -202,6 +202,9 @@ pipeline { label 'hbase' } } + when { + branch '*branch-3*' + } environment { BASEDIR = "${env.WORKSPACE}/component" TESTS = "${env.SHALLOW_CHECKS}" @@ -307,7 +310,7 @@ pipeline { } } when { - branch '*branch-2*' + branch '*branch-3*' } environment { BASEDIR = "${env.WORKSPACE}/component" @@ -418,7 +421,7 @@ pipeline { } } when { - branch '*branch-2*' + branch '*branch-3*' } environment { BASEDIR = "${env.WORKSPACE}/component" @@ -531,7 +534,7 @@ pipeline { } } when { - branch '*branch-2*' + branch '*branch-3*' } environment { BASEDIR = "${env.WORKSPACE}/component" @@ -644,6 +647,9 @@ pipeline { label 'hbase' } } + when { + branch '*branch-3*' + } environment { BASEDIR = "${env.WORKSPACE}/component" TESTS = "${env.DEEP_CHECKS}"
