From 354f395aa13e10d9fe08101c6a181fa535856059 Mon Sep 17 00:00:00 2001 From: Mudit Agarwal Date: Thu, 18 Feb 2021 14:03:43 +0530 Subject: [PATCH] ci: use ceph v14.2.12 for ci This ceph version is required to test snapshot retention feature. Signed-off-by: Mudit Agarwal --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index e7b6608cf..49042dfe6 100644 --- a/build.env +++ b/build.env @@ -43,7 +43,7 @@ CHANGE_MINIKUBE_NONE_USER=true # Rook options ROOK_VERSION=v1.4.9 # Provide ceph image path -#ROOK_CEPH_CLUSTER_IMAGE=docker.io/ceph/ceph:v14.2.12 +ROOK_CEPH_CLUSTER_IMAGE=docker.io/ceph/ceph:v14.2.12 # e2e settings # - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root