From 1eb07f08741b7ed2910da010cc6d53064a30eda1 Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Sat, 18 Jul 2020 10:55:07 +0200 Subject: [PATCH] Update number of VM on ironic-base Since we merged the change to have partition and wholedisk testing on basic_ops most of the jobs started requiring 2 VMs to run the tempest tets. Let's increase on the ironic-base so all jobs will be default to 2. Removing IRONIC_VM_COUNT=2 from jobs that uses ironic-base as parent. Change-Id: I13da6275c04ffc6237a7f2edf25c03b4ddee936a (cherry picked from commit dc87a189cb0d5bf2e96650ffd699fbaa972b7983) (cherry picked from commit 3730c92ce35ca30ff15d5d8310f4dd37092fbb14) (cherry picked from commit 3df540a35d567ea78b04afb3188c76c64a7e7fae) (cherry picked from commit 310db650890477bc882e9a7a398454c768ac4224) --- zuul.d/ironic-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index bf0c55fb22..3b64b1089c 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -38,7 +38,7 @@ IRONIC_RAMDISK_TYPE: tinyipa IRONIC_TEMPEST_BUILD_TIMEOUT: 600 IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False - IRONIC_VM_COUNT: 1 + IRONIC_VM_COUNT: 2 IRONIC_VM_EPHEMERAL_DISK: 1 IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs' IRONIC_VM_SPECS_RAM: 384