gocd/checkers: reduce Origin.Manager.Update frequency to weekly.
With the addition of the event listener the full run should only be needed as a fallback to catch missed events, deletes, or configuration changes.
This commit is contained in:
parent
db0485d8e9
commit
3e6ec9bdff
@ -256,7 +256,7 @@ pipelines:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 0 7 ? * *
|
||||
spec: 0 0 7 ? * SUN
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
|
@ -95,7 +95,7 @@ pipelines:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 0 7 ? * *
|
||||
spec: 0 0 7 ? * SUN
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
|
@ -95,7 +95,7 @@ pipelines:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 0 7 ? * *
|
||||
spec: 0 0 7 ? * SUN
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user