mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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:
parent
2fb24c3c4c
commit
4ef36aed0c
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user