This is an automated email from the ASF dual-hosted git repository.
zhangduo 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 c28f34275a6 HBASE-29049 Addendum increase interval for 12 hours
c28f34275a6 is described below
commit c28f34275a6003f386871a20226527990a65cf1e
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