summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2023-01-03 17:42:55 -0800
committerJulia Kreger <juliaashleykreger@gmail.com>2023-01-03 17:42:55 -0800
commit0230d361f40c570577cb2e1eab3ea0d530fa3699 (patch)
treecd1a0d83c0fcda825f05695a36782d7c51349c41
parent6b84fbf8f2a92fc9c591e26eeec4b69cc1aa2ffe (diff)
downloadironic-0230d361f40c570577cb2e1eab3ea0d530fa3699.tar.gz
CI: Reset VM footprint to 2.6GB
This commit partially reverts change set I0bfef09a5312a17be54ce5c09805f06b7c349026 where the amount of memory for test VMs was increased to 4GB. This was because excess junk getting stuck in the staged ramdisk images used by CI. Change-Id: Ia0c74cbeecdb9febf9f7a4e76db84e0f378a97fc
-rw-r--r--zuul.d/ironic-jobs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml
index f311ef1ec..db897763b 100644
--- a/zuul.d/ironic-jobs.yaml
+++ b/zuul.d/ironic-jobs.yaml
@@ -47,7 +47,7 @@
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False
IRONIC_VM_COUNT: 2
IRONIC_VM_EPHEMERAL_DISK: 1
- IRONIC_VM_SPECS_RAM: 4096
+ IRONIC_VM_SPECS_RAM: 2600
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
# NOTE(dtantsur): in some jobs we end up with 12 disks total, so reduce
# each of them. For don't need all 10 GiB for CirrOS anyway.