ci: increase memory for minikube VM to 14GB

The e2e tests very regulary hit a timeout where the Kubernetes API
becomes unreachable for 3 minutes. Hopefully it helps when more RAM is
available to the VM.

Updates: #1969
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2021-05-06 18:25:11 +02:00 committed by mergify[bot]
parent 2fb24c3c4c
commit 4ef36aed0c

View File

@ -65,7 +65,7 @@ function set_env() {
export GO111MODULE="on"
export TEST_COVERAGE="stdout"
export VM_DRIVER="kvm2"
export MEMORY="12288"
export MEMORY="14336"
export CEPH_CSI_RUN_ALL_TESTS=true
# downloading rook images is sometimes slow, extend timeout to 15 minutes
export ROOK_VERSION=${ROOK_VERSION:-'v1.3.9'}