mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-16 23:59:29 +00:00
ci: read ROOK_VERSION from build.env if available
In case ROOK_VERSION is set in build.env, use the version from there. Otherwise fall back to version 1.3.9. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
5ae8fb7c9b
commit
6c4c6784c4
@ -68,7 +68,7 @@ function set_env() {
|
|||||||
export MEMORY="8192"
|
export MEMORY="8192"
|
||||||
export CEPH_CSI_RUN_ALL_TESTS=true
|
export CEPH_CSI_RUN_ALL_TESTS=true
|
||||||
# downloading rook images is sometimes slow, extend timeout to 15 minutes
|
# downloading rook images is sometimes slow, extend timeout to 15 minutes
|
||||||
export ROOK_VERSION='v1.3.9'
|
export ROOK_VERSION=${ROOK_VERSION:-'v1.3.9'}
|
||||||
export ROOK_DEPLOY_TIMEOUT=900
|
export ROOK_DEPLOY_TIMEOUT=900
|
||||||
# use podman for minikube.sh, Docker is not installed on the host
|
# use podman for minikube.sh, Docker is not installed on the host
|
||||||
export CONTAINER_CMD='podman'
|
export CONTAINER_CMD='podman'
|
||||||
|
Loading…
Reference in New Issue
Block a user