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:
Jimmy Berry 2019-09-11 18:35:06 -05:00
parent db0485d8e9
commit 3e6ec9bdff
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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