Add a CI job with UEFI+vmedia and clean up the job definitions

Reuse parent jobs from ironic and rename the jobs accordingly.

Change-Id: Ic64536c0ce51820461d82f1d0d498e2754a58ed7
This commit is contained in:
Dmitry Tantsur 2020-08-19 17:34:47 +02:00
parent 3d45557716
commit 0e27eba2f5
2 changed files with 15 additions and 12 deletions

View File

@ -8,7 +8,9 @@
- release-notes-jobs-python3
check:
jobs:
- sushy-tempest-ironic-partition-redfish-src
- sushy-tempest-partition-bios-redfish-pxe
- sushy-tempest-partition-uefi-redfish-vmedia
gate:
jobs:
- sushy-tempest-ironic-partition-redfish-src
- sushy-tempest-partition-bios-redfish-pxe
- sushy-tempest-partition-uefi-redfish-vmedia

View File

@ -1,16 +1,17 @@
- job:
name: sushy-tempest-ironic-partition-redfish-src
parent: ironic-base
name: sushy-tempest-partition-bios-redfish-pxe
parent: ironic-tempest-partition-bios-redfish-pxe
irrelevant-files:
- ^test-requirements.txt$
- ^sushy/tests/.*$
required-projects:
- openstack/sushy
- job:
name: sushy-tempest-partition-uefi-redfish-vmedia
parent: ironic-tempest-partition-uefi-redfish-vmedia
irrelevant-files:
- ^test-requirements.txt$
- ^sushy/tests/.*$
timeout: 5400
required-projects:
- openstack/sushy
vars:
devstack_localrc:
IRONIC_DEFAULT_BOOT_OPTION: netboot
IRONIC_DEPLOY_DRIVER: redfish
IRONIC_ENABLED_HARDWARE_TYPES: redfish
IRONIC_DEFAULT_RESCUE_INTERFACE: ""
EBTABLES_RACE_FIX: True