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
This commit is contained in:
Zuul 2024-05-08 23:05:38 +00:00 committed by Gerrit Code Review
parent d17748e650
commit e38f0568bf
1 changed files with 1 additions and 1 deletions

2
ironic

@ -1 +1 @@
Subproject commit 5a75e9afbbf9d2710ac4ff19b8472fbf708a2fe1
Subproject commit a2f4b2f410b0cb8d49fdeca8cfa88504b1466b8e