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

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


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

commit a14857dc270f8851324dfbacefdde094c12f49de
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