HBASE-24017 Turn down flakey rerun rate on all but hot branches
On master branch run twice a day instead of every 4 hours.
This commit is contained in:
parent
add2d2ac57
commit
de967502ab
|
@ -21,7 +21,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
cron('H */4 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
|
cron('H */12 * * *') // Every four hours. 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…
Reference in New Issue