copr-be-dev: run the ping script on devel with the same cadence
That script is a no-op, so it doesn't hurt the performance nor the cloud budget.
This commit is contained in:
parent
b8f9517b4b
commit
e37d20a00d
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@
|
||||||
ansible.builtin.cron:
|
ansible.builtin.cron:
|
||||||
# NOTE: sync with CRON_PERIOD in roles/copr/backend/templates/copr-ping-check.py.j2
|
# NOTE: sync with CRON_PERIOD in roles/copr/backend/templates/copr-ping-check.py.j2
|
||||||
name: build the ping package
|
name: build the ping package
|
||||||
minute: "{% if devel %}0{% else %}0,30{% endif %}"
|
minute: "0,30"
|
||||||
hour: "{% if devel %}1{% else %}*{% endif %}"
|
hour: "*"
|
||||||
user: copr-ping
|
user: copr-ping
|
||||||
job: "{{ ping_homedir }}/{{ ping_script }}"
|
job: "{{ ping_homedir }}/{{ ping_script }}"
|
||||||
tags: copr_ping
|
tags: copr_ping
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue