Replace cirros image versions not cached in the CI
Since [1], some cirros images have been deleted from the CI cache. It
could happen that using cirros images not cached, that imply to
download them, could fail. Any version not cached should be replaced by
its closer image version.
[1]https://review.opendev.org/c/openstack/project-config/+/873735
Related-Bug: #2039586
Change-Id: I3769e76fb6e6e5ea5a77bd52dc9c061f72431ac7
diff --git a/zuul.d/master_jobs.yaml b/zuul.d/master_jobs.yaml
index 58fc684..7ad5d6f 100644
--- a/zuul.d/master_jobs.yaml
+++ b/zuul.d/master_jobs.yaml
@@ -1050,9 +1050,9 @@
devstack_localrc:
# TODO(slaweq): check why traceroute output is different in Cirros >
# 0.6.1 which is causing failures of the networking-sfc jobs
- CIRROS_VERSION: 0.5.1
- DEFAULT_IMAGE_NAME: cirros-0.5.1-x86_64-uec
- DEFAULT_IMAGE_FILE_NAME: cirros-0.5.1-x86_64-uec.tar.gz
+ CIRROS_VERSION: 0.5.2
+ DEFAULT_IMAGE_NAME: cirros-0.5.2-x86_64-uec
+ DEFAULT_IMAGE_FILE_NAME: cirros-0.5.2-x86_64-uec.tar.gz
Q_AGENT: openvswitch
Q_ML2_TENANT_NETWORK_TYPE: vxlan
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch