Koschei: enable cron jobs

This commit is contained in:
Mikolaj Izdebski 2021-11-19 23:49:27 +01:00
parent 75bab7eaa8
commit 5472a2068b
2 changed files with 14 additions and 15 deletions

View file

@ -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 }}"

View file

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