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:04:05 UTC

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


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

commit a7c7f1f34288907fd31076371c599fb6ab1d35c2
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 03658d3..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('@hourly')
+    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