CI: Lower memory usage of VMs/Increase swap

The IPA images we presently build/use for centos are
now smaller than their peak size a few months ago.

As such, we should be able to reduce that memory footprint
and still execcute all of the necessary tests without any
issues.

Also increases the amount of swap to 8GB as the infra
default is now 1GB.

Change-Id: I5705f1f2504803a049ed88a0d8b1d6d0bbccf9e4
This commit is contained in:
Julia Kreger 2020-09-21 09:01:00 -07:00
parent 9dd968fa30
commit afb521d18e
1 changed files with 3 additions and 0 deletions

View File

@ -14,9 +14,12 @@
required-projects:
- openstack/ironic-lib
vars:
# The default is 1GB, we need a little more to prevent OOMs killing the jobs
configure_swap_size: 8192
devstack_localrc:
IRONIC_BUILD_DEPLOY_RAMDISK: True
IRONIC_VM_COUNT: 2
IRONIC_VM_SPECS_RAM: 2500
- job:
name: ipa-tempest-wholedisk-bios-ipmi-direct-dib-src