mirror of
https://opendev.org/openstack/ironic.git
synced 2026-01-17 07:11:27 +00:00
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 |
||
|---|---|---|
| .. | ||
| files | ||
| lib | ||
| tools/ironic | ||
| upgrade | ||
| common_settings | ||
| plugin.sh | ||
| settings | ||