HBASE-25162 Make flaky tests run more aggressively (#2525)
Change the trigger interval from 12h to 4h Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
b815207096
commit
c367e91aff
|
@ -21,7 +21,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
triggers {
|
||||
cron('H */12 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
|
||||
cron('H H/4 * * *') // 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
|
||||
|
|
Loading…
Reference in New Issue