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

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


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new b671ca4ab06 HBASE-29049 Addendum increase interval for 12 hours
b671ca4ab06 is described below

commit b671ca4ab066000bf17802fd9a3264259b3a6239
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Jan 10 23:21:04 2025 +0800

    HBASE-29049 Addendum increase interval for 12 hours
    
    (cherry picked from commit b35b53880e531c911f2d64a27c9fff7348d8f4ad)
---
 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 8c2202ad16d..02a2daeacf5 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
     }
   }
   triggers {
-    cron('H H/4 * * *') // See 
https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
+    cron('H H/12 * * *') // 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

Reply via email to