Skip to content

Commit

Permalink
Change Baremetal jobs to use bios
Browse files Browse the repository at this point in the history
Adding IRONIC_BOOT_MODE set to bios, so we
can avoid installing packages required by uefi
  • Loading branch information
iurygregory committed Oct 11, 2023
1 parent d00e5c5 commit 628394f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
IRONIC_AUTOMATED_CLEAN_ENABLED=False
IRONIC_CALLBACK_TIMEOUT=600
IRONIC_DEPLOY_DRIVER=ipmi
IRONIC_BOOT_MODE=bios
IRONIC_INSPECTOR_BUILD_RAMDISK=False
IRONIC_RAMDISK_TYPE=tinyipa
IRONIC_TEMPEST_BUILD_TIMEOUT=720
Expand Down

0 comments on commit 628394f

Please sign in to comment.