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:
|
script:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
timer:
|
timer:
|
||||||
spec: 0 0 7 ? * *
|
spec: 0 0 7 ? * SUN
|
||||||
only_on_changes: false
|
only_on_changes: false
|
||||||
stages:
|
stages:
|
||||||
- Run:
|
- Run:
|
||||||
|
@ -95,7 +95,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
timer:
|
timer:
|
||||||
spec: 0 0 7 ? * *
|
spec: 0 0 7 ? * SUN
|
||||||
only_on_changes: false
|
only_on_changes: false
|
||||||
stages:
|
stages:
|
||||||
- Run:
|
- Run:
|
||||||
|
@ -95,7 +95,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
timer:
|
timer:
|
||||||
spec: 0 0 7 ? * *
|
spec: 0 0 7 ? * SUN
|
||||||
only_on_changes: false
|
only_on_changes: false
|
||||||
stages:
|
stages:
|
||||||
- Run:
|
- Run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user