HBASE-21424 Change flakies and nightlies so scheduled less often
Have flakies run every four hours instead of every hour and nightlies every 12 hours instead of every 6.
This commit is contained in:
parent
daaa06e6bd
commit
9c47c74487
|
@ -21,7 +21,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
triggers {
|
||||
cron('@hourly')
|
||||
cron('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