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:
Max Lin 2021-08-19 13:13:02 +08:00
parent b133ea6161
commit 3db2ad4482
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: