Skip to content

Commit

Permalink
chore: disable trigger on tikv old ut master branch (#2910)
Browse files Browse the repository at this point in the history
Disable trigger on tikv old ut master branch because the new pipeline is
ready.

Signed-off-by: purelind <purelind@gmail.com>
  • Loading branch information
purelind committed Apr 12, 2024
1 parent a1c7924 commit 44f39a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins/jobs/ci/tikv/tikv/ghpr_test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ pipelineJob('tikv_ghpr_test') {
buildDescTemplate('PR #$pullId: $abbrTitle\n$url')
whitelist('')
orgslist('pingcap tikv')
blackListTargetBranches {
ghprbBranch { branch('master') }
}
// ignore when only those file changed.(
// multi line regex
// excludedRegions('.*\\.md')
Expand Down

0 comments on commit 44f39a0

Please sign in to comment.