Merge "Add a metalsmith job with legacy boot"
This commit is contained in:
commit
9dca97736f
@ -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
|
||||
|
@ -14,6 +14,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.
|
||||
@ -33,6 +34,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