Clean up jobs with legacy names
Not everyone on the team even knows what pxe_ipmitool used to mean :) Furthermore, we don't need "ipa" in job names, everything uses IPA for... even longer than pxe_ipmitool does not exist. While here, one job was clearly meant to use BIOS boot, but it does not. Change-Id: I8a37efa0f222361f30ddb7fa621548685a40f961
This commit is contained in:
parent
c019dc4429
commit
f67bbeb9f6
@ -47,14 +47,14 @@ The description of each jobs that runs in the CI when you submit a patch for
|
|||||||
`pxe` boot and `snmp` driver.
|
`pxe` boot and `snmp` driver.
|
||||||
Runs tempest tests that match the regex
|
Runs tempest tests that match the regex
|
||||||
`ironic_tempest_plugin.tests.scenario` and deploys 1 virtual baremetal.
|
`ironic_tempest_plugin.tests.scenario` and deploys 1 virtual baremetal.
|
||||||
* - ironic-tempest-ipa-partition-pxe_ipmitool
|
* - ironic-tempest-partition-bios-ipmi-pxe
|
||||||
- Deploys Ironic in DevStack under Python3, configured to use dib
|
- Deploys Ironic in DevStack, configured to use dib ramdisk, a partition
|
||||||
ramdisk partition image with `pxe` boot and `ipmi` driver.
|
image, `pxe` boot in legacy mode and `ipmi` hardware type.
|
||||||
Runs tempest tests that match the regex
|
Runs tempest tests that match the regex
|
||||||
`ironic_tempest_plugin.tests.scenario` and deploy 1 virtual baremetal.
|
`ironic_tempest_plugin.tests.scenario` and deploy 1 virtual baremetal.
|
||||||
* - ironic-tempest-ipa-partition-uefi-pxe_ipmitool
|
* - ironic-tempest-partition-uefi-ipmi-pxe
|
||||||
- Deploys Ironic in DevStack, configured to use dib ramdisk partition
|
- Deploys Ironic in DevStack, configured to use dib ramdisk, a partition
|
||||||
image with `uefi` boot and `ipmi` driver.
|
image, `pxe` boot in UEFI mode and `ipmi` hardware type.
|
||||||
Runs tempest tests that match the regex
|
Runs tempest tests that match the regex
|
||||||
`ironic_tempest_plugin.tests.scenario`, also deploys 1 virtual
|
`ironic_tempest_plugin.tests.scenario`, also deploys 1 virtual
|
||||||
baremetal.
|
baremetal.
|
||||||
|
@ -337,21 +337,21 @@
|
|||||||
IRONIC_BOOT_MODE: bios
|
IRONIC_BOOT_MODE: bios
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-tempest-ipa-partition-uefi-pxe_ipmitool
|
name: ironic-tempest-partition-uefi-ipmi-pxe
|
||||||
description: ironic-tempest-ipa-partition-uefi-pxe_ipmitool
|
description: IPMI power, UEFI, netboot, partition image.
|
||||||
parent: ironic-base
|
parent: ironic-base
|
||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
IRONIC_VM_SPECS_RAM: 4096
|
|
||||||
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
||||||
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-tempest-ipa-partition-pxe_ipmitool
|
name: ironic-tempest-partition-bios-ipmi-pxe
|
||||||
description: ironic-tempest-ipa-partition-pxe_ipmitool that also tests cleaning.
|
description: IPMI power, legacy BIOS, netboot, partition image and cleaning.
|
||||||
parent: ironic-base
|
parent: ironic-base
|
||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
|
IRONIC_BOOT_MODE: bios
|
||||||
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
||||||
IRONIC_AUTOMATED_CLEAN_ENABLED: True
|
IRONIC_AUTOMATED_CLEAN_ENABLED: True
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
- ironic-tempest-partition-bios-redfish-pxe
|
- ironic-tempest-partition-bios-redfish-pxe
|
||||||
- ironic-tempest-partition-uefi-redfish-vmedia
|
- ironic-tempest-partition-uefi-redfish-vmedia
|
||||||
- ironic-tempest-wholedisk-bios-snmp-pxe
|
- ironic-tempest-wholedisk-bios-snmp-pxe
|
||||||
- ironic-tempest-ipa-partition-pxe_ipmitool
|
- ironic-tempest-partition-bios-ipmi-pxe
|
||||||
- ironic-tempest-ipa-partition-uefi-pxe_ipmitool
|
- ironic-tempest-partition-uefi-ipmi-pxe
|
||||||
# NOTE(TheJulia) Marking multinode non-voting on 20210311
|
# NOTE(TheJulia) Marking multinode non-voting on 20210311
|
||||||
# Due to a high failure rate on limestone where the compute1
|
# Due to a high failure rate on limestone where the compute1
|
||||||
# machine never appears to be able to communicate across the
|
# machine never appears to be able to communicate across the
|
||||||
@ -67,8 +67,8 @@
|
|||||||
- ironic-tempest-partition-bios-redfish-pxe
|
- ironic-tempest-partition-bios-redfish-pxe
|
||||||
- ironic-tempest-partition-uefi-redfish-vmedia
|
- ironic-tempest-partition-uefi-redfish-vmedia
|
||||||
- ironic-tempest-wholedisk-bios-snmp-pxe
|
- ironic-tempest-wholedisk-bios-snmp-pxe
|
||||||
- ironic-tempest-ipa-partition-pxe_ipmitool
|
- ironic-tempest-partition-bios-ipmi-pxe
|
||||||
- ironic-tempest-ipa-partition-uefi-pxe_ipmitool
|
- ironic-tempest-partition-uefi-ipmi-pxe
|
||||||
# NOTE(TheJulia): Disabled multinode on 20210311 due to Limestone
|
# NOTE(TheJulia): Disabled multinode on 20210311 due to Limestone
|
||||||
# seeming to be
|
# seeming to be
|
||||||
# - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
|
# - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
|
||||||
|
Loading…
Reference in New Issue
Block a user