Increase memory for tinyipa jobs

Tinyipa is not that tiny anymore and we need to increase the base
memory for VMs in jobs that use it.

Change-Id: I7e2d93ef566f4f2beb54caf445c7810a01aec1de
(cherry picked from commit 2a5ba7ef68)
This commit is contained in:
Riccardo Pittau 2020-08-21 09:58:52 +02:00
parent 9ab511c466
commit a6f96ebef7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
vars: vars:
devstack_localrc: devstack_localrc:
IRONIC_RAMDISK_TYPE: tinyipa IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_VM_SPECS_RAM: 384 IRONIC_VM_SPECS_RAM: 512
IRONIC_BUILD_DEPLOY_RAMDISK: True IRONIC_BUILD_DEPLOY_RAMDISK: True
IRONIC_VM_COUNT: 2 IRONIC_VM_COUNT: 2