From 039844a0a50d0d204b5d28a4bea46c9f7abd7650 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 13 Jul 2020 11:46:56 -0700 Subject: [PATCH] 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 --- zuul.d/ironic-inspector-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/ironic-inspector-jobs.yaml b/zuul.d/ironic-inspector-jobs.yaml index cf4cada72..d8f09466f 100644 --- a/zuul.d/ironic-inspector-jobs.yaml +++ b/zuul.d/ironic-inspector-jobs.yaml @@ -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