Make inspector base CI job use 2 CPUs

Uncompressing the ramdisk on a single core CPU can take a
substantial amount of time and elongate the overall initial
period between VM start and OS becoming operational.

Additionally, multiple CPUs allows for the software with-in
the job to execute more quickly with multiple running processes.

Change-Id: I814b12cbc05c6a110dc5593113b948e3f89e80c1
This commit is contained in:
Julia Kreger 2020-07-13 11:46:56 -07:00
parent a1f8926cd1
commit 039844a0a5
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
devstack_localrc:
BUILD_TIMEOUT: 2400
IRONIC_VM_EPHEMERAL_DISK: 0
IRONIC_VM_SPECS_CPU: 2
IRONIC_AUTOMATED_CLEAN_ENABLED: False
IRONIC_INSPECTOR_NODE_NOT_FOUND_HOOK: enroll
IRONIC_INSPECTOR_CLEAN_UP_PERIOD: 5