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:
parent
75f10d81ac
commit
7b4e10c062
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user