Skip to content

Commit

Permalink
HBASE-27425 run flaky test job once an hour. (#4828)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit c8e2d80)
  • Loading branch information
busbey authored and Apache9 committed Oct 21, 2022
1 parent 27d69ff commit c590bbf
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 H/4 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
cron('@hourly') // 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 c590bbf

Please sign in to comment.