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
841556f91b
commit
3beae80c60
@ -21,7 +21,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
triggers {
|
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 {
|
options {
|
||||||
// this should roughly match how long we tell the flaky dashboard to look at
|
// this should roughly match how long we tell the flaky dashboard to look at
|
||||||
|
Loading…
x
Reference in New Issue
Block a user