From b2f7fd816c1afd270598c3cc1417a5e305408ce9 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Wed, 25 Sep 2019 12:17:37 -0500 Subject: [PATCH] gocd/checkers: revert Origin.Manager.Update frequency back to daily. With the lack of events from OBS for SLE updates #2239 and the troubles with the pika base class for IBS #2220 it seems best to keep the full run daily to ensure expedient updates. --- gocd/checkers.opensuse.gocd.yaml | 2 +- gocd/checkers.suse.gocd.yaml | 2 +- gocd/checkers.suse.gocd.yaml.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gocd/checkers.opensuse.gocd.yaml b/gocd/checkers.opensuse.gocd.yaml index 68989f5c..0f64ba0a 100644 --- a/gocd/checkers.opensuse.gocd.yaml +++ b/gocd/checkers.opensuse.gocd.yaml @@ -235,7 +235,7 @@ pipelines: script: git: https://github.com/openSUSE/openSUSE-release-tools.git timer: - spec: 0 0 7 ? * SUN + spec: 0 0 7 ? * * only_on_changes: false stages: - Run: diff --git a/gocd/checkers.suse.gocd.yaml b/gocd/checkers.suse.gocd.yaml index 86320e3d..3deec06d 100644 --- a/gocd/checkers.suse.gocd.yaml +++ b/gocd/checkers.suse.gocd.yaml @@ -95,7 +95,7 @@ pipelines: script: git: https://github.com/openSUSE/openSUSE-release-tools.git timer: - spec: 0 0 7 ? * SUN + spec: 0 0 7 ? * * only_on_changes: false stages: - Run: diff --git a/gocd/checkers.suse.gocd.yaml.erb b/gocd/checkers.suse.gocd.yaml.erb index d57a5e94..437bd0ab 100644 --- a/gocd/checkers.suse.gocd.yaml.erb +++ b/gocd/checkers.suse.gocd.yaml.erb @@ -95,7 +95,7 @@ pipelines: script: git: https://github.com/openSUSE/openSUSE-release-tools.git timer: - spec: 0 0 7 ? * SUN + spec: 0 0 7 ? * * only_on_changes: false stages: - Run: