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 22:54:35 UTC

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


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

commit c8d6ee31b82c6ede93a07706c8c33dd47ef863d3
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 bb1227b..ee9b3ec 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