Skip to content

Commit cc5272d

Browse files
committed
HBASE-29049 Increase the interval for running flaky tests (#6567)
Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit 2613afe)
1 parent a5367b8 commit cc5272d

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
@@ -23,7 +23,7 @@ pipeline {
2323
}
2424
}
2525
triggers {
26-
cron('@hourly') // See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
26+
cron('H H/4 * * *') // See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
2727
}
2828
options {
2929
// this should roughly match how long we tell the flaky dashboard to look at

0 commit comments

Comments
 (0)