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 843db2fdbac5bf44e60dff28815f19688ae978fd 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 d3b736d4631..4d241dee4a2 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -201,6 +201,9 @@ pipeline { label 'hbase' } } + when { + branch '*branch-3*' + } environment { BASEDIR = "${env.WORKSPACE}/component" TESTS = "${env.SHALLOW_CHECKS}" @@ -306,7 +309,7 @@ pipeline { } } when { - branch '*branch-2*' + branch '*branch-3*' } environment { BASEDIR = "${env.WORKSPACE}/component" @@ -417,7 +420,7 @@ pipeline { } } when { - branch '*branch-2*' + branch '*branch-3*' } environment { BASEDIR = "${env.WORKSPACE}/component" @@ -530,7 +533,7 @@ pipeline { } } when { - branch '*branch-2*' + branch '*branch-3*' } environment { BASEDIR = "${env.WORKSPACE}/component" @@ -643,6 +646,9 @@ pipeline { label 'hbase' } } + when { + branch '*branch-3*' + } environment { BASEDIR = "${env.WORKSPACE}/component" TESTS = "${env.DEEP_CHECKS}"
