mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
ci: use rook-1.3.8 in single-node-k8s.sh
The CentOS CI jobs that use single-node-k8s.sh will run minikube with additional disks. That makes it possible for Rook 1.3 and newer to deploy the Ceph cluster. The current Travis CI jobs run minikube on the Travis provided environment, without any extra disks. This prevents updating Rook for all CI jobs at the moment. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
f5cba3aaa8
commit
1b43d5ab11
@ -66,6 +66,7 @@ function set_env() {
|
||||
export VM_DRIVER="kvm2"
|
||||
export CEPH_CSI_RUN_ALL_TESTS=true
|
||||
# downloading rook images is sometimes slow, extend timeout to 15 minutes
|
||||
export ROOK_VERSION='v1.3.8'
|
||||
export ROOK_DEPLOY_TIMEOUT=900
|
||||
|
||||
# script/minikube.sh installs under /usr/local/bin
|
||||
|
Loading…
Reference in New Issue
Block a user