From 68b6378dbaa483f08b87af61415fffaafa5a3a09 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 12 May 2020 14:05:54 +0200 Subject: [PATCH] CI: raise DIB jobs memory to 3 GiB The only reason the current 2 GiB nodes work is because DIB started removing linux-firmware from its images. Unfortunately, we need this package on bare metal, and readding it brings to 3 GiB consumption. Change-Id: I2663bca37c87c09441621755639f4cebc7d2b0a5 --- 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 d59f2736cc..cc5b85996c 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -42,7 +42,7 @@ IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False IRONIC_VM_COUNT: 1 IRONIC_VM_EPHEMERAL_DISK: 1 - IRONIC_VM_SPECS_RAM: 2048 + IRONIC_VM_SPECS_RAM: 3072 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.