Koschei: set up automation for scitech_sig group (#8678)
This commit is contained in:
parent
d8e2ca0744
commit
b1cc5e1382
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue