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
This commit is contained in:
Rodolfo Alonso Hernandez 2023-10-14 23:29:58 +00:00
parent df6a4bc3f1
commit 9aa8eb4530

View File

@ -1050,9 +1050,9 @@
devstack_localrc: devstack_localrc:
# TODO(slaweq): check why traceroute output is different in Cirros > # TODO(slaweq): check why traceroute output is different in Cirros >
# 0.6.1 which is causing failures of the networking-sfc jobs # 0.6.1 which is causing failures of the networking-sfc jobs
CIRROS_VERSION: 0.5.1 CIRROS_VERSION: 0.5.2
DEFAULT_IMAGE_NAME: cirros-0.5.1-x86_64-uec DEFAULT_IMAGE_NAME: cirros-0.5.2-x86_64-uec
DEFAULT_IMAGE_FILE_NAME: cirros-0.5.1-x86_64-uec.tar.gz DEFAULT_IMAGE_FILE_NAME: cirros-0.5.2-x86_64-uec.tar.gz
Q_AGENT: openvswitch Q_AGENT: openvswitch
Q_ML2_TENANT_NETWORK_TYPE: vxlan Q_ML2_TENANT_NETWORK_TYPE: vxlan
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch