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:
Qi Yu 2020-10-10 16:09:39 +08:00 committed by GitHub
parent b815207096
commit c367e91aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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