koschei: Disable tracking of neuro-sig group (#9664)

This commit is contained in:
Mikolaj Izdebski 2021-04-26 15:22:11 +02:00
parent ddf2167d64
commit 222265da05

View file

@ -45,9 +45,10 @@ 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"
- name: refresh-neuro # neuro-sig tracking is temporairly disabled, see #9664
schedule: "13 0-23/3 * * *" # - name: refresh-neuro
command: "koschei-refresh-distgit-group neuro-sig neuro-sig" # schedule: "13 0-23/3 * * *"
# 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"
@ -60,9 +61,10 @@ koschei_cron_jobs:
- name: track-scitech - name: track-scitech
schedule: "21 0-23/3 * * *" schedule: "21 0-23/3 * * *"
command: "koschei-track-group scitech_sig" command: "koschei-track-group scitech_sig"
- name: track-neuro # neuro-sig tracking is temporairly disabled, see #9664
schedule: "23 0-23/3 * * *" # - name: track-neuro
command: "koschei-track-group neuro-sig" # schedule: "23 0-23/3 * * *"
# command: "koschei-track-group neuro-sig"
- name: refresh-python - name: refresh-python
schedule: "25 0-23/3 * * *" schedule: "25 0-23/3 * * *"
command: "koschei-refresh-distgit-group koschei/auto-group-python-sig python-sig" command: "koschei-refresh-distgit-group koschei/auto-group-python-sig python-sig"