You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/03/18 23:02:52 UTC

[hbase] branch branch-1.4 updated: HBASE-24017 Turn down flakey rerun rate on all but hot branches

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

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


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new c29ef89  HBASE-24017 Turn down flakey rerun rate on all but hot branches
c29ef89 is described below

commit c29ef897239fafeca65bc1a53b0fed3cb1a5b0c0
Author: stack <st...@apache.org>
AuthorDate: Wed Mar 18 15:50:39 2020 -0700

    HBASE-24017 Turn down flakey rerun rate on all but hot branches
    
    On branch 1.3 and 1.4, run @daily instead of every 4 hours
---
 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 5b0d581..33a1ff9 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('@daily') // 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