diff options
Diffstat (limited to 'zuul.d/ironic-jobs.yaml')
-rw-r--r-- | zuul.d/ironic-jobs.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 8b721d6ea..b381a1282 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -151,6 +151,7 @@ IRONIC_ENABLED_POWER_INTERFACES: redfish IRONIC_ENABLED_MANAGEMENT_INTERFACES: redfish IRONIC_AUTOMATED_CLEAN_ENABLED: False + IRONIC_DEFAULT_BOOT_OPTION: netboot - job: name: ironic-tempest-partition-uefi-redfish-vmedia @@ -198,6 +199,7 @@ IRONIC_ENABLED_BOOT_INTERFACES: "fake,pxe" IRONIC_IPXE_ENABLED: False IRONIC_AUTOMATED_CLEAN_ENABLED: False + IRONIC_DEFAULT_BOOT_OPTION: netboot devstack_services: mysql: False postgresql: True @@ -248,12 +250,22 @@ IRONIC_BOOT_MODE: uefi IRONIC_VM_SPECS_RAM: 3096 IRONIC_AUTOMATED_CLEAN_ENABLED: False + IRONIC_DEFAULT_BOOT_OPTION: netboot - job: name: ironic-tempest-ipa-partition-pxe_ipmitool description: ironic-tempest-ipa-partition-pxe_ipmitool parent: ironic-base timeout: 5400 + vars: + devstack_localrc: + # This test runs cleaning by default, and with a larger + # IPA image means that it takes longer to boot for deploy + # and cleaning. As such, CI performance variations can + # cause this job to fail easily due to the extra steps + # and boot cycle of the cleaning operation. + IRONIC_TEMPEST_BUILD_TIMEOUT: 850 + IRONIC_DEFAULT_BOOT_OPTION: netboot - job: name: ironic-tempest-bfv @@ -297,6 +309,7 @@ IRONIC_AUTOMATED_CLEAN_ENABLED: False SWIFT_ENABLE_TEMPURLS: True SWIFT_TEMPURL_KEY: secretkey + IRONIC_DEFAULT_BOOT_OPTION: netboot devstack_plugins: ironic-inspector: https://opendev.org/openstack/ironic-inspector devstack_services: @@ -329,6 +342,7 @@ IRONIC_AUTOMATED_CLEAN_ENABLED: False IRONIC_DEFAULT_RESCUE_INTERFACE: no-rescue IRONIC_ENABLED_RESCUE_INTERFACES: "fake,no-rescue" + IRONIC_DEFAULT_BOOT_OPTION: netboot - job: name: ironic-tempest-functional-python3 @@ -561,6 +575,7 @@ IRONIC_IPXE_ENABLED: False IRONIC_BOOT_MODE: uefi IRONIC_AUTOMATED_CLEAN_ENABLED: False + IRONIC_DEFAULT_BOOT_OPTION: netboot - job: # Security testing for known issues |