This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 318d0b70e2c5602974c0f7a56818b00c34e2453c Author: Duo Zhang <[email protected]> AuthorDate: Thu Jan 9 15:33:20 2025 +0800 HBASE-29049 Increase the interval for running flaky tests (#6567) Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit 2613afe8465725a9fb9d217336ec085fba4cdf02) --- dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile index ff539954909..8c2202ad16d 100644 --- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile +++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile @@ -23,7 +23,7 @@ pipeline { } } triggers { - cron('@hourly') // See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax + cron('H H/4 * * *') // 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
