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:
Michael Stack 2018-11-01 09:36:40 -07:00
parent 21b98e1075
commit ee55b558c0
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
1 changed files with 1 additions and 1 deletions

View File

@ -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