From de986cee0b21fbadd6d10a7bcb345b962750f3c0 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Wed, 12 Oct 2022 13:36:12 -0500 Subject: [PATCH] HBASE-27425 run flaky test job once an hour. --- 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 9bc6ab4d27a4..bea139c548a5 100644 --- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile +++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile @@ -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