Page MenuHomeIssueTracker

revibot-ii k8s yaml
ActivePublic

Authored by revi on Feb 1 2024, 17:46.
Referenced Files
F528: revibot-ii k8s yaml
Feb 3 2024, 01:49
F510: revibot-ii k8s yaml
Feb 1 2024, 18:24
F509: revibot-ii k8s yaml
Feb 1 2024, 18:15
F504: revibot-ii k8s yaml
Feb 1 2024, 17:46
Subscribers
None
# https://wikitech.wikimedia.org/wiki/Help:Toolforge/Jobs_framework
---
- name: rfcbot
command: ./rfcbot.sh
image: python3.11
schedule: "0/10 * * * *"
emails: none
filelog-stdout: logs/rfcbot.log
filelog-stderr: logs/rfcbot.log
- name: sandbox
command: ./sandbox.sh
image: python3.11
no-filelog: true
schedule: "0/20 * * * *"
emails: none
- name: rfcbot-purge
command: ./rfcbot-purge.sh
image: python3.11
no-filelog: true
schedule: "0/30 * * * *"
emails: none
- name: dbr
command: ./revibot/dbr.sh
image: python3.11
schedule: "59 23 * * *"
emails: none
filelog-stdout: logs/dbr.log
filelog-stderr: logs/dbr.log
- name: cplist
command: ./revibot/cplist.sh
image: python3.11
schedule: "@weekly"
emails: none
filelog-stdout: logs/cplist.log
filelog-stderr: logs/cplist.log
- name: logrotate
command: logrotate -v ./logrotate.conf --state ./logrotate.state
image: mariadb
no-filelog: true
schedule: "@daily"
emails: none