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
This commit is contained in:
Dmitry Tantsur 2020-05-12 14:05:54 +02:00
parent 855986c024
commit 68b6378dba
1 changed files with 1 additions and 1 deletions

View File

@ -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.