ci: give minikube 8GB RAM on CentOS bare-metal systems

All bare-metal systems in the CentOS CI have 16GB or more RAM. To
improve performance of the minikube VM, give is 8GB RAM.

See-also: https://wiki.centos.org/QaWiki/PubHardware
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-08-04 09:09:05 +02:00 committed by mergify[bot]
parent 4f4513fa0a
commit 3d7784f75b

View File

@ -64,6 +64,7 @@ function set_env() {
export GO111MODULE="on"
export TEST_COVERAGE="stdout"
export VM_DRIVER="kvm2"
export MEMORY="8192"
export CEPH_CSI_RUN_ALL_TESTS=true
# downloading rook images is sometimes slow, extend timeout to 15 minutes
export ROOK_VERSION='v1.3.8'