build: add ROOK_VERSION to build.env

The CentOS CI jobs use Rook v1.3.9, this version should be places in
build.env just like other versions that the CI jobs detect.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-11-19 13:18:24 +01:00 committed by mergify[bot]
parent 4fd0294eb7
commit 7a69c5e238

View File

@ -38,6 +38,9 @@ MINIKUBE_VERSION=v1.14.1
VM_DRIVER=none VM_DRIVER=none
CHANGE_MINIKUBE_NONE_USER=true CHANGE_MINIKUBE_NONE_USER=true
# Rook options
ROOK_VERSION=v1.3.9
# e2e settings # e2e settings
# - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root # - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root
# permissions on the host # permissions on the host