From 3beae80c60b614e261d6198146b8b23391e589b9 Mon Sep 17 00:00:00 2001 From: Qi Yu Date: Sat, 10 Oct 2020 16:09:39 +0800 Subject: [PATCH] HBASE-25162 Make flaky tests run more aggressively (#2525) Change the trigger interval from 12h to 4h Signed-off-by: Duo Zhang --- 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 282b83115883..959ae31a0767 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 */12 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax + cron('H H/4 * * *') // Every four hours. 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