From 880ad46dfd70f93105ae26f848cf7e44a79d1f3b Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 13 Nov 2025 07:52:43 -0700 Subject: [PATCH] ci: ironic: don't use tinyipa Ironic CI jobs, espescially when we wanted to reduce the memory footprint being used, leveraged TinyIPA. Unfortunately, TinyIPA was always intended with testing and ultimately became harder and harder to patch because it was a separately maintained and mirrored project which resulted in a high number of job failures as well. This became problematic enough for the Ironic project that it chose to intentionally deprecate and remove tinyipa. And surprise, the job is still here trying to use it. Which means this change also needs to be backported to 2025.2 at a minimum. Change-Id: I5d3699312e4f2243b8c43e0e9f8c5624b433ad89 Signed-off-by: Julia Kreger --- zuul.d/functional-jobs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zuul.d/functional-jobs.yaml b/zuul.d/functional-jobs.yaml index 067146257..70c613bf6 100644 --- a/zuul.d/functional-jobs.yaml +++ b/zuul.d/functional-jobs.yaml @@ -265,10 +265,9 @@ IRONIC_BUILD_DEPLOY_RAMDISK: false IRONIC_CALLBACK_TIMEOUT: 600 IRONIC_DEPLOY_DRIVER: ipmi - IRONIC_RAMDISK_TYPE: tinyipa IRONIC_VM_COUNT: 2 IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs' - IRONIC_VM_SPECS_RAM: 1024 + IRONIC_VM_SPECS_RAM: 2500 devstack_plugins: ironic: https://opendev.org/openstack/ironic devstack_services: