From 124ad571fdec84cd35343aae2c323b16267d4106 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 23 May 2023 15:10:00 -0700 Subject: [PATCH] Explicitly pin CIRROS_VERSION It appear the push to Cirros 0.6.1 has re-occured, and we now have things failing as a result. Specifically ironic-grenade is trying to run with Cirros 0.5.2, yet the file is not found later on. Anyhow, an explicit pin should resolve this. Change-Id: I97a1403820c8dbe633cf1d529adc79e8af463e80 --- zuul.d/ironic-jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 11b613139e..b5349682a7 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -70,6 +70,7 @@ # which cuts API memory utilziation in half reducing the risk of # oom-killer events in CI. API_WORKERS: 1 + CIRROS_VERSION: 0.6.1 devstack_plugins: ironic: https://opendev.org/openstack/ironic tempest_plugins: @@ -898,6 +899,7 @@ LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images INSTANCE_WAIT: 120 MYSQL_GATHER_PERFORMANCE: False + CIRROS_VERSION: 0.6.1 old: IRONIC_VM_LOG_DIR: '{{ devstack_bases.old }}/ironic-bm-logs' grenade_localrc: