From 9aa8eb4530f13d27b2eb4417d38742c10272b766 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Sat, 14 Oct 2023 23:29:58 +0000 Subject: [PATCH] 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 --- zuul.d/master_jobs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zuul.d/master_jobs.yaml b/zuul.d/master_jobs.yaml index 58fc684b..7ad5d6fa 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