Skip to content

Commit c590bbf

Browse files
busbeyApache9
authored andcommitted
HBASE-27425 run flaky test job once an hour. (#4828)
Signed-off-by: Peter Somogyi <[email protected]> Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit c8e2d80)
1 parent 27d69ff commit c590bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/flaky-tests/run-flaky-tests.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
}
2222
}
2323
triggers {
24-
cron('H H/4 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
24+
cron('@hourly') // See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
2525
}
2626
options {
2727
// this should roughly match how long we tell the flaky dashboard to look at

0 commit comments

Comments
 (0)