Koschei: set up automation for scitech_sig group (#8678)

This commit is contained in:
Mikolaj Izdebski 2020-02-23 17:54:45 +01:00 committed by Pierre-Yves Chibon
parent d8e2ca0744
commit b1cc5e1382

View file

@ -39,6 +39,9 @@ koschei_cron_jobs:
- name: refresh-ss
schedule: "9 0-23/3 * * *"
command: "koschei-refresh-distgit-group stewardship-sig stewardship-sig"
- name: refresh-scitech
schedule: "11 0-23/3 * * *"
command: "koschei-refresh-distgit-group scitech_sig scitech_sig"
- name: track-rust
schedule: "15 0-23/3 * * *"
command: "koschei-track-group rust-sig"
@ -48,3 +51,6 @@ koschei_cron_jobs:
- name: track-ss
schedule: "19 0-23/3 * * *"
command: "koschei-track-group stewardship-sig"
- name: track-scitech
schedule: "21 0-23/3 * * *"
command: "koschei-track-group scitech_sig"