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: loop_control:
label: "{{ item.name }}" label: "{{ item.name }}"
# - name: Apply CronJob - name: Apply CronJob
# include_role: name=openshift/object include_role: name=openshift/object
# vars: vars:
# template: cronjob.yml template: cronjob.yml
# objectname: "{{ item.name }}-cronjob.yml" objectname: "{{ item.name }}-cronjob.yml"
# name: "{{ item.name }}" name: "{{ item.name }}"
# schedule: "{{ item.schedule }}" schedule: "{{ item.schedule }}"
# command: "{{ item.command }}" command: "{{ item.command }}"
# with_items: "{{ koschei_cron_jobs }}" with_items: "{{ koschei_cron_jobs }}"
# loop_control: loop_control:
# label: "{{ item.name }}" label: "{{ item.name }}"

View file

@ -45,10 +45,9 @@ koschei_cron_jobs:
- name: refresh-scitech - name: refresh-scitech
schedule: "11 0-23/3 * * *" schedule: "11 0-23/3 * * *"
command: "koschei-refresh-distgit-group scitech_sig scitech_sig" command: "koschei-refresh-distgit-group scitech_sig scitech_sig"
# neuro-sig tracking is temporairly disabled, see #9664 - name: refresh-neuro
# - name: refresh-neuro schedule: "13 0-23/3 * * *"
# schedule: "13 0-23/3 * * *" command: "koschei-refresh-distgit-group neuro-sig neuro-sig"
# command: "koschei-refresh-distgit-group neuro-sig neuro-sig"
- name: track-rust - name: track-rust
schedule: "15 0-23/3 * * *" schedule: "15 0-23/3 * * *"
command: "koschei-track-group rust-sig" command: "koschei-track-group rust-sig"