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