Limit inspector jobs to 1 testing VM
Currently ironic-base defaults to 2 and our tests try to introspect all of them. This puts unnecessary strain on the CI systems, return the number back to 1. Change-Id: I820bba1347954b659fd7469ed542f98ef0a6eaf0
This commit is contained in:
parent
6b8c675ff6
commit
a141b6f17c
@ -256,6 +256,7 @@
|
||||
IRONIC_INSPECTOR_MANAGED_BOOT: True
|
||||
IRONIC_INSPECTOR_NODE_NOT_FOUND_HOOK: ''
|
||||
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
||||
IRONIC_VM_COUNT: 1
|
||||
devstack_plugins:
|
||||
ironic-inspector: https://opendev.org/openstack/ironic-inspector
|
||||
devstack_services:
|
||||
@ -370,6 +371,7 @@
|
||||
IRONIC_INSPECTOR_MANAGE_FIREWALL: True
|
||||
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True
|
||||
IRONIC_VM_EPHEMERAL_DISK: 0
|
||||
IRONIC_VM_COUNT: 1
|
||||
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
||||
SWIFT_ENABLE_TEMPURLS: True
|
||||
SWIFT_TEMPURL_KEY: secretkey
|
||||
|
Loading…
x
Reference in New Issue
Block a user