From 7b4e10c0626260bfa13f2ff2e11a96f1a84a1fae Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 16 Dec 2019 21:10:35 -0800 Subject: [PATCH] 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 --- zuul.d/ironic-jobs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 79939f7568..8cb59816e1 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -146,6 +146,7 @@ IRONIC_ENABLED_HARDWARE_TYPES: redfish IRONIC_ENABLED_POWER_INTERFACES: redfish IRONIC_ENABLED_MANAGEMENT_INTERFACES: redfish + IRONIC_AUTOMATED_CLEAN_ENABLED: False - job: name: ironic-tempest-partition-uefi-redfish-vmedia @@ -158,6 +159,7 @@ IRONIC_VM_SPECS_RAM: 512 SWIFT_ENABLE_TEMPURLS: True SWIFT_TEMPURL_KEY: secretkey + IRONIC_AUTOMATED_CLEAN_ENABLED: False devstack_services: s-account: True s-container: True @@ -177,6 +179,7 @@ IRONIC_BOOT_MODE: bios IRONIC_INSPECTOR_MANAGED_BOOT: True IRONIC_INSPECTOR_NODE_NOT_FOUND_HOOK: '' + IRONIC_AUTOMATED_CLEAN_ENABLED: False devstack_plugins: ironic-inspector: https://opendev.org/openstack/ironic-inspector devstack_services: @@ -190,6 +193,7 @@ vars: devstack_localrc: IRONIC_IPXE_ENABLED: False + IRONIC_AUTOMATED_CLEAN_ENABLED: False devstack_services: mysql: False postgresql: True @@ -592,5 +596,6 @@ IRONIC_VM_EPHEMERAL_DISK: 0 IRONIC_VM_INTERFACE_COUNT: 1 IRONIC_VM_SPECS_RAM: 3072 + IRONIC_AUTOMATED_CLEAN_ENABLED: False SWIFT_ENABLE_TEMPURLS: True SWIFT_TEMPURL_KEY: secretkey