Skip to content

Commit

Permalink
HBASE-25162 Make flaky tests run more aggressively (#2525)
Browse files Browse the repository at this point in the history
Change the trigger interval from 12h to 4h

Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
yuqi1129 authored and Apache9 committed Oct 10, 2020
1 parent 841556f commit 3beae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3beae80

Please sign in to comment.