ODCS: Run ELN composes three times per day

This will allow us a faster feedback loop with Content Resolver
updates.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2023-05-25 11:22:30 -04:00
parent accdf12cec
commit 823c891deb
No known key found for this signature in database
GPG key ID: 45DB85A568286D11

View file

@ -230,6 +230,6 @@
cron:
name: "ELN periodic compose"
minute: "0"
hour: "0"
hour: "*/8"
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')