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:09:52 UTC

[hbase] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit c367e91aff0c1ebdefb62bc4eafb03c644a80a49
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