From 1aae7b059187c126b4811d34fd5ec7b1c7167b81 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 20 Dec 2019 09:55:35 +0100 Subject: [PATCH] distgit-bz: now that the cron job is running fine, go back to running it twice a day Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml b/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml index bdb32e6f21..2927d7b016 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml +++ b/roles/openshift-apps/distgit-bugzilla-sync/templates/cron.yml @@ -48,7 +48,7 @@ spec: successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 1 concurrencyPolicy: Forbid - schedule: "40 9,14 * * *" + schedule: "40 14 * * *" startingDeadlineSeconds: 500 jobTemplate: spec: