ODCS: Run ELN compose every 3 hours and use timestamp in the label.

This commit is contained in:
Jan Kaluza 2020-10-02 08:36:05 +02:00
parent e12535dc89
commit da56f3384b

View file

@ -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')