Skip to content

Commit

Permalink
HBASE-25162 Make flaky tests run more aggressively (apache#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 clarax committed Nov 15, 2020
1 parent af23a37 commit d72664d
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 d72664d

Please sign in to comment.