ODCS: Run ELN compose every 3 hours and use timestamp in the label.
This commit is contained in:
parent
e12535dc89
commit
da56f3384b
1 changed files with 2 additions and 1 deletions
|
@ -225,5 +225,6 @@
|
||||||
cron:
|
cron:
|
||||||
name: "ELN periodic compose"
|
name: "ELN periodic compose"
|
||||||
minute: "0"
|
minute: "0"
|
||||||
job: "odcs --token=/etc/releng-odcs-oidc-token create-raw-config --compose-type=production --label=Alpha-0.1 eln eln"
|
hour: "*/3"
|
||||||
|
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')
|
when: inventory_hostname.startswith('odcs-backend-releng')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue