From f67bbeb9f6e45ff1d3b041fb622bb64e839e33ed Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 3 Feb 2022 18:55:59 +0100 Subject: 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 --- zuul.d/ironic-jobs.yaml | 10 +++++----- zuul.d/project.yaml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'zuul.d') diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index cbf45a2f2..a5a8f9b50 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -337,21 +337,21 @@ IRONIC_BOOT_MODE: bios - job: - name: ironic-tempest-ipa-partition-uefi-pxe_ipmitool - description: ironic-tempest-ipa-partition-uefi-pxe_ipmitool + name: ironic-tempest-partition-uefi-ipmi-pxe + description: IPMI power, UEFI, netboot, partition image. parent: ironic-base vars: devstack_localrc: - IRONIC_VM_SPECS_RAM: 4096 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 that also tests cleaning. + name: ironic-tempest-partition-bios-ipmi-pxe + description: IPMI power, legacy BIOS, netboot, partition image and cleaning. parent: ironic-base vars: devstack_localrc: + IRONIC_BOOT_MODE: bios IRONIC_DEFAULT_BOOT_OPTION: netboot IRONIC_AUTOMATED_CLEAN_ENABLED: True diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 869144ba3..5e054a26b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -21,8 +21,8 @@ - ironic-tempest-partition-bios-redfish-pxe - ironic-tempest-partition-uefi-redfish-vmedia - ironic-tempest-wholedisk-bios-snmp-pxe - - ironic-tempest-ipa-partition-pxe_ipmitool - - ironic-tempest-ipa-partition-uefi-pxe_ipmitool + - ironic-tempest-partition-bios-ipmi-pxe + - ironic-tempest-partition-uefi-ipmi-pxe # NOTE(TheJulia) Marking multinode non-voting on 20210311 # Due to a high failure rate on limestone where the compute1 # machine never appears to be able to communicate across the @@ -67,8 +67,8 @@ - ironic-tempest-partition-bios-redfish-pxe - ironic-tempest-partition-uefi-redfish-vmedia - ironic-tempest-wholedisk-bios-snmp-pxe - - ironic-tempest-ipa-partition-pxe_ipmitool - - ironic-tempest-ipa-partition-uefi-pxe_ipmitool + - ironic-tempest-partition-bios-ipmi-pxe + - ironic-tempest-partition-uefi-ipmi-pxe # NOTE(TheJulia): Disabled multinode on 20210311 due to Limestone # seeming to be # - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode -- cgit v1.2.1