You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/10/21 06:33:28 UTC

[hbase] branch branch-2 updated: HBASE-27425 run flaky test job once an hour. (#4828)

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 de66e925294 HBASE-27425 run flaky test job once an hour. (#4828)
de66e925294 is described below

commit de66e925294127cc993c251f3df32a56495cfac8
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Fri Oct 21 01:13:54 2022 -0500

    HBASE-27425 run flaky test job once an hour. (#4828)
    
    Signed-off-by: Peter Somogyi <ps...@apache.org>
    Signed-off-by: Duo Zhang <zh...@apache.org>
    (cherry picked from commit c8e2d80036d932c798e5d9601d6a7fc2c5eafb6a)
---
 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 9bc6ab4d27a..bea139c548a 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 H/4 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
+    cron('@hourly') // 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