From e87d7625ec643e5cee6c1733d49acd3030476646 Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Mon, 6 Jan 2025 10:19:04 +0800 Subject: [PATCH] HBASE-29049 Increase the interval for running flaky tests --- 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 ff5399549092..8c2202ad16dd 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