Disable automated clean on newer jobs

We simply do not need to run automated cleaning on most jobs
and it has been left enabled on a number of newer jobs.

Disabling it improves gate performance by reducing the overall
wait to start tests and cycle through test nodes as sometimes
spike in testing infrastucture utilization can create increased
latency which may cause cleaning to time out.

Change-Id: I2d0d33a5b62fed536785915b2a80d7af8b6f3e0d
This commit is contained in:
Julia Kreger 2019-12-16 21:10:35 -08:00
parent 75f10d81ac
commit 7b4e10c062

View File

@ -146,6 +146,7 @@
IRONIC_ENABLED_HARDWARE_TYPES: redfish IRONIC_ENABLED_HARDWARE_TYPES: redfish
IRONIC_ENABLED_POWER_INTERFACES: redfish IRONIC_ENABLED_POWER_INTERFACES: redfish
IRONIC_ENABLED_MANAGEMENT_INTERFACES: redfish IRONIC_ENABLED_MANAGEMENT_INTERFACES: redfish
IRONIC_AUTOMATED_CLEAN_ENABLED: False
- job: - job:
name: ironic-tempest-partition-uefi-redfish-vmedia name: ironic-tempest-partition-uefi-redfish-vmedia
@ -158,6 +159,7 @@
IRONIC_VM_SPECS_RAM: 512 IRONIC_VM_SPECS_RAM: 512
SWIFT_ENABLE_TEMPURLS: True SWIFT_ENABLE_TEMPURLS: True
SWIFT_TEMPURL_KEY: secretkey SWIFT_TEMPURL_KEY: secretkey
IRONIC_AUTOMATED_CLEAN_ENABLED: False
devstack_services: devstack_services:
s-account: True s-account: True
s-container: True s-container: True
@ -177,6 +179,7 @@
IRONIC_BOOT_MODE: bios IRONIC_BOOT_MODE: bios
IRONIC_INSPECTOR_MANAGED_BOOT: True IRONIC_INSPECTOR_MANAGED_BOOT: True
IRONIC_INSPECTOR_NODE_NOT_FOUND_HOOK: '' IRONIC_INSPECTOR_NODE_NOT_FOUND_HOOK: ''
IRONIC_AUTOMATED_CLEAN_ENABLED: False
devstack_plugins: devstack_plugins:
ironic-inspector: https://opendev.org/openstack/ironic-inspector ironic-inspector: https://opendev.org/openstack/ironic-inspector
devstack_services: devstack_services:
@ -190,6 +193,7 @@
vars: vars:
devstack_localrc: devstack_localrc:
IRONIC_IPXE_ENABLED: False IRONIC_IPXE_ENABLED: False
IRONIC_AUTOMATED_CLEAN_ENABLED: False
devstack_services: devstack_services:
mysql: False mysql: False
postgresql: True postgresql: True
@ -592,5 +596,6 @@
IRONIC_VM_EPHEMERAL_DISK: 0 IRONIC_VM_EPHEMERAL_DISK: 0
IRONIC_VM_INTERFACE_COUNT: 1 IRONIC_VM_INTERFACE_COUNT: 1
IRONIC_VM_SPECS_RAM: 3072 IRONIC_VM_SPECS_RAM: 3072
IRONIC_AUTOMATED_CLEAN_ENABLED: False
SWIFT_ENABLE_TEMPURLS: True SWIFT_ENABLE_TEMPURLS: True
SWIFT_TEMPURL_KEY: secretkey SWIFT_TEMPURL_KEY: secretkey