HBASE-27425 run flaky test job once an hour. (#4828)

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Sean Busbey 2022-10-21 01:13:54 -05:00 committed by GitHub
parent dffc8e0fbe
commit c8e2d80036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ pipeline {
} }
} }
triggers { 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 { options {
// this should roughly match how long we tell the flaky dashboard to look at // this should roughly match how long we tell the flaky dashboard to look at