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:
parent
dffc8e0fbe
commit
c8e2d80036
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user