From 7a69c5e238a2f72c695cae0335317b4e9f66d6ba Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 19 Nov 2020 13:18:24 +0100 Subject: [PATCH] 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 --- build.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.env b/build.env index 99ae4c62b..813324b00 100644 --- a/build.env +++ b/build.env @@ -38,6 +38,9 @@ MINIKUBE_VERSION=v1.14.1 VM_DRIVER=none CHANGE_MINIKUBE_NONE_USER=true +# Rook options +ROOK_VERSION=v1.3.9 + # e2e settings # - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root # permissions on the host