Run Fedora ELN compose just once a day.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2021-05-10 08:28:03 +02:00
parent 2d4d35f8f4
commit 896ef5dc2a

View file

@ -225,6 +225,6 @@
cron:
name: "ELN periodic compose"
minute: "0"
hour: "*/3"
hour: "0"
job: 'odcs --token=/etc/releng-odcs-oidc-token create-raw-config --compose-type=production --label=Alpha-0.`date "+\%s"` eln eln'
when: inventory_hostname.startswith('odcs-backend-releng')