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:47 UTC

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


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

commit 3cce209a810ca5fc72b39c9327991ee1bc7d4a74
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 4fb9ac7..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 */4 * * *') // 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