From e38f0568bf27c90383285c0b594ec4b92262682f Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 8 May 2024 23:05:38 +0000 Subject: [PATCH] Update git submodules * Update ironic from branch 'master' to a2f4b2f410b0cb8d49fdeca8cfa88504b1466b8e - Merge "Fix spurious CI job failures around partition images" - Fix spurious CI job failures around partition images Cirros partition images have some underlying limitations, meaning it is not ideal for any step which requires the image to hae commands executed in it to perform operations, such as mounting additional filesystems in UEFI mode, or installing grub in BIOS mode. This is because cirros images are an unpacked ramdisk, in other words, the posted disk image *has no* contents on the root filesystem of the image. While we attempt to unpack[0] this as well, this can also fail creating false failures resulting in check jobs failing and then working on recheck. As the constraint is the same as the BIOS mode check, and there is no realistic fix, this change removes the boot mode check and thus always disables partition image testing with tempest *when* cirros is in use. note 0: We presently unpack using a virtual machine launch so it takes place with the same process as when cirros starts, however linux doesn't always boot, and the tools don't really determine if that is the case or not, and if we retool it, we should just move to a direct extraction and image re-pack. Change-Id: I7687ff1eddb14d22b981860d4c4c9b172bae45b7 --- ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic b/ironic index 5a75e9afbb..a2f4b2f410 160000 --- a/ironic +++ b/ironic @@ -1 +1 @@ -Subproject commit 5a75e9afbbf9d2710ac4ff19b8472fbf708a2fe1 +Subproject commit a2f4b2f410b0cb8d49fdeca8cfa88504b1466b8e