mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
ELN: Increase frequency of attempted composes to every four hours
This will be a temporary change from now until the F40 branching date while we finalize preparations for CentOS Stream 10. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
@@ -230,6 +230,6 @@
|
||||
cron:
|
||||
name: "ELN periodic compose"
|
||||
minute: "0"
|
||||
hour: "*/8"
|
||||
hour: "*/4"
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user