You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/10/10 08:13:33 UTC

[hbase] branch branch-2 updated: HBASE-25162 Make flaky tests run more aggressively (#2525)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 3beae80  HBASE-25162 Make flaky tests run more aggressively (#2525)
3beae80 is described below

commit 3beae80c60b614e261d6198146b8b23391e589b9
Author: Qi Yu <yu...@gmail.com>
AuthorDate: Sat Oct 10 16:09:39 2020 +0800

    HBASE-25162 Make flaky tests run more aggressively (#2525)
    
    Change the trigger interval from 12h to 4h
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 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 282b831..959ae31 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