bodhi: Run the approve-testing cron job every 3 minutes
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
f574851d77
commit
212b7bb7b0
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
# bodhi jobs, previously run by the TurboGears scheduler.
|
||||
|
||||
- name: bodhi-approve-testing cron job.
|
||||
cron: name="bodhi-approve-testing" hour="*/6" minute=0 user="apache"
|
||||
cron: name="bodhi-approve-testing" minute="*/3" user="apache"
|
||||
job="/usr/bin/bodhi-approve-testing /etc/bodhi/production.ini > /dev/null"
|
||||
cron_file=bodhi-approve-testing-job
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue