Add a metalsmith job with legacy boot
With netboot removal, this will be the only job that tests local legacy boot with partition images. Depends-On: https://review.opendev.org/c/openstack/metalsmith/+/841911 Change-Id: Id3f165286cfc47dcf45c042115a63804a0c671e8
This commit is contained in:
parent
5916e7af21
commit
21b075cd3f
@ -137,10 +137,22 @@
|
||||
# excluding it from the enabled list to save gate time.
|
||||
IRONIC_ENABLED_DEPLOY_INTERFACES: "direct"
|
||||
|
||||
# This job will superceed the above centos7 metalsmith integration job
|
||||
- job:
|
||||
name: metalsmith-integration-ipa-src-uefi
|
||||
parent: metalsmith-integration-glance-localboot-centos8-uefi
|
||||
parent: metalsmith-integration-glance-centos8-uefi
|
||||
required-projects:
|
||||
- openstack/ironic-python-agent
|
||||
- openstack/ironic-python-agent-builder
|
||||
- openstack/ironic-lib
|
||||
vars:
|
||||
devstack_localrc:
|
||||
# Don't waste time on cleaning, it's checked everywhere else
|
||||
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
||||
IRONIC_BUILD_DEPLOY_RAMDISK: True
|
||||
|
||||
- job:
|
||||
name: metalsmith-integration-ipa-src-legacy
|
||||
parent: metalsmith-integration-glance-centos8-legacy
|
||||
required-projects:
|
||||
- openstack/ironic-python-agent
|
||||
- openstack/ironic-python-agent-builder
|
||||
|
@ -15,6 +15,7 @@
|
||||
- ipa-tempest-bios-ipmi-direct-src
|
||||
- ipa-tempest-uefi-redfish-vmedia-src
|
||||
- metalsmith-integration-ipa-src-uefi
|
||||
- metalsmith-integration-ipa-src-legacy
|
||||
- ironic-standalone-ipa-src
|
||||
# NOTE(dtantsur): non-voting because IPA source code is very unlikely
|
||||
# to break them. They rather serve as a canary for broken POST jobs.
|
||||
@ -34,6 +35,7 @@
|
||||
- ipa-tempest-bios-ipmi-direct-src
|
||||
- ipa-tempest-uefi-redfish-vmedia-src
|
||||
- metalsmith-integration-ipa-src-uefi
|
||||
- metalsmith-integration-ipa-src-legacy
|
||||
- ironic-standalone-ipa-src
|
||||
post:
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user