diff --git a/playbooks/openshift-apps/koschei.yml b/playbooks/openshift-apps/koschei.yml index 1b8050d601..963ae8bb63 100644 --- a/playbooks/openshift-apps/koschei.yml +++ b/playbooks/openshift-apps/koschei.yml @@ -59,14 +59,14 @@ loop_control: label: "{{ item.name }}" - # - name: Apply CronJob - # include_role: name=openshift/object - # vars: - # template: cronjob.yml - # objectname: "{{ item.name }}-cronjob.yml" - # name: "{{ item.name }}" - # schedule: "{{ item.schedule }}" - # command: "{{ item.command }}" - # with_items: "{{ koschei_cron_jobs }}" - # loop_control: - # label: "{{ item.name }}" + - name: Apply CronJob + include_role: name=openshift/object + vars: + template: cronjob.yml + objectname: "{{ item.name }}-cronjob.yml" + name: "{{ item.name }}" + schedule: "{{ item.schedule }}" + command: "{{ item.command }}" + with_items: "{{ koschei_cron_jobs }}" + loop_control: + label: "{{ item.name }}" diff --git a/roles/openshift-apps/koschei/vars/production.yml b/roles/openshift-apps/koschei/vars/production.yml index 977c14ac96..1c28128eee 100644 --- a/roles/openshift-apps/koschei/vars/production.yml +++ b/roles/openshift-apps/koschei/vars/production.yml @@ -45,10 +45,9 @@ koschei_cron_jobs: - name: refresh-scitech schedule: "11 0-23/3 * * *" command: "koschei-refresh-distgit-group scitech_sig scitech_sig" -# neuro-sig tracking is temporairly disabled, see #9664 -# - name: refresh-neuro -# schedule: "13 0-23/3 * * *" -# command: "koschei-refresh-distgit-group neuro-sig neuro-sig" + - name: refresh-neuro + schedule: "13 0-23/3 * * *" + command: "koschei-refresh-distgit-group neuro-sig neuro-sig" - name: track-rust schedule: "15 0-23/3 * * *" command: "koschei-track-group rust-sig"