HBASE-24017 Turn down flakey rerun rate on all but hot branches

On master branch run twice a day instead of every 4 hours.
This commit is contained in:
stack 2020-03-18 15:50:39 -07:00
parent add2d2ac57
commit de967502ab
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pipeline {
}
}
triggers {
cron('H */4 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
cron('H */12 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
}
options {
// this should roughly match how long we tell the flaky dashboard to look at