Koschei: Migrate cron jobs to OpenShift

This commit is contained in:
Mikolaj Izdebski 2019-09-27 13:02:50 +02:00 committed by Pierre-Yves Chibon
parent 7e0fdbef15
commit 71c04a9d6b

View file

@ -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"