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: I178190ee1e9d99e60994a307044105f306d4cab3
This commit is contained in:
Dmitry Tantsur 2020-09-21 17:55:03 +02:00
parent 9a89c30479
commit 2f6df39e02
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
BUILD_TIMEOUT: 2400
IRONIC_VM_EPHEMERAL_DISK: 0
IRONIC_VM_SPECS_CPU: 2
IRONIC_VM_COUNT: 1
IRONIC_AUTOMATED_CLEAN_ENABLED: False
IRONIC_INSPECTOR_NODE_NOT_FOUND_HOOK: enroll
IRONIC_INSPECTOR_CLEAN_UP_PERIOD: 5