This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 2613afe8465 HBASE-29049 Increase the interval for running flaky tests
(#6567)
2613afe8465 is described below
commit 2613afe8465725a9fb9d217336ec085fba4cdf02
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Jan 9 15:33:20 2025 +0800
HBASE-29049 Increase the interval for running flaky tests (#6567)
Signed-off-by: Nihal Jain <[email protected]>
---
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 ff539954909..8c2202ad16d 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('@hourly') // See
https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
+ cron('H H/4 * * *') // 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