mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-04-11 18:13:00 +00:00
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:
parent
4fd0294eb7
commit
7a69c5e238
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user