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:00:40 UTC

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


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

commit 85c3fd3a9240f2c49d08e4e1d088bdcfcdeb50d0
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 master branch run twice a day 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..f25b427 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 */12 * * *') // 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