Only update nodepool images on Tuesdays
Until the regression in tox 2.3.0 is resolved through a new release, only update nodepool images on Tuesdays so we don't need to delete them every day (hopefully it will be fixed by Tuesday!). https://bitbucket.org/hpk42/tox/issues/294 Change-Id: I300857d50c1dc010dba569c5978e45e76a90162c
This commit is contained in:
parent
f14c99bb79
commit
2c90e47fa9
@ -5,7 +5,7 @@ images-dir: /opt/nodepool_dib
|
|||||||
cron:
|
cron:
|
||||||
cleanup: '*/1 * * * *'
|
cleanup: '*/1 * * * *'
|
||||||
check: '*/15 * * * *'
|
check: '*/15 * * * *'
|
||||||
image-update: '14 14 * * *'
|
image-update: '14 14 * * 2'
|
||||||
|
|
||||||
zmq-publishers:
|
zmq-publishers:
|
||||||
- tcp://jenkins01.openstack.org:8888
|
- tcp://jenkins01.openstack.org:8888
|
||||||
|
Loading…
Reference in New Issue
Block a user