gocd: increase the timer for fire Leap updaterepos every 3 days
Since Leap's ftp-tree takes more time to build, increase the timer for fire Leap updates repos every 3 days, otherwise a new change might trigger mediums rebuild then a rebuild counter sync following later.
This commit is contained in:
parent
b133ea6161
commit
3db2ad4482
@ -114,7 +114,7 @@ pipelines:
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
timer:
|
||||
spec: 0 0 21 ? * *
|
||||
spec: 0 0 0 */3 * *
|
||||
only_on_changes: false
|
||||
materials:
|
||||
git:
|
||||
|
@ -89,7 +89,7 @@ pipelines:
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
timer:
|
||||
spec: 0 0 21 ? * *
|
||||
spec: 0 0 0 */3 * *
|
||||
only_on_changes: false
|
||||
materials:
|
||||
git:
|
||||
|
Loading…
x
Reference in New Issue
Block a user