Koschei: Migrate cron jobs to OpenShift
This commit is contained in:
parent
7e0fdbef15
commit
71c04a9d6b
1 changed files with 21 additions and 0 deletions
|
@ -25,3 +25,24 @@ koschei_cron_jobs:
|
|||
- name: db-cleanup
|
||||
schedule: "0 3 * * *"
|
||||
command: "koschei-admin cleanup --older-than 6"
|
||||
- name: refresh-php
|
||||
schedule: "0 0-23/3 * * *"
|
||||
command: "koschei-refresh-group php 'php*'"
|
||||
- name: refresh-rust
|
||||
schedule: "5 0-23/3 * * *"
|
||||
command: "koschei-refresh-distgit-group rust-sig rust-sig --append"
|
||||
- name: refresh-go
|
||||
schedule: "7 0-23/3 * * *"
|
||||
command: "koschei-refresh-distgit-group go-sig go-sig --append"
|
||||
- name: refresh-ss
|
||||
schedule: "9 0-23/3 * * *"
|
||||
command: "koschei-refresh-distgit-group stewardship-sig stewardship-sig"
|
||||
- name: track-rust
|
||||
schedule: "15 0-23/3 * * *"
|
||||
command: "koschei-track-group rust-sig"
|
||||
- name: track-go
|
||||
schedule: "17 0-23/3 * * *"
|
||||
command: "koschei-track-group go-sig"
|
||||
- name: track-ss
|
||||
schedule: "19 0-23/3 * * *"
|
||||
command: "koschei-track-group stewardship-sig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue