From c1e1557b1fc7b77eb54cbffa437d06ee2350fed5 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Thu, 24 Mar 2016 17:34:23 -0700 Subject: [PATCH] Give ironic tempest-full job more "bare metal" This switches the ramdisk to tinyipa, which requires less RAM to run. As such, it reduces the RAM allocated to the VMs to 384 (the minimum observed amount of RAM for tinyipa to run, and spins up 7 of them instead of one (based on a quick analysis of dstat on some gate runs). NB this job doesn't pass right now :) Change-Id: Ib9df614f2c70a1ffee4a5aadc1c9684f9a11451d Partial-Bug: #1561760 --- jenkins/jobs/devstack-gate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/jobs/devstack-gate.yaml b/jenkins/jobs/devstack-gate.yaml index 9743af938c..bfdca9943b 100644 --- a/jenkins/jobs/devstack-gate.yaml +++ b/jenkins/jobs/devstack-gate.yaml @@ -862,10 +862,10 @@ ironic-lib-from-source: 0 ipxe-enabled: 1 branch-override: '{branch-override}' - ramdisk-type: 'coreos' + ramdisk-type: 'tinyipa' gate-tempest-full: 1 - bm-vm-ram: 1024 - bm-vm-count: 1 + bm-vm-ram: 384 + bm-vm-count: 7 multitenant-network: 0 publishers: