From de66e925294127cc993c251f3df32a56495cfac8 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Fri, 21 Oct 2022 01:13:54 -0500 Subject: [PATCH] HBASE-27425 run flaky test job once an hour. (#4828) Signed-off-by: Peter Somogyi Signed-off-by: Duo Zhang (cherry picked from commit c8e2d80036d932c798e5d9601d6a7fc2c5eafb6a) --- 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