From 972f6468b93e01c0bb12cff8fb30809980d1e59c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 6 Aug 2021 17:50:20 -0400 Subject: [PATCH] qa/suites/roch/rook/smoke: test rook 1.7.0, not 1.6.2 The RBAC changes so that we can see the PVs etc are needed by mgr/rook. Signed-off-by: Sage Weil --- qa/suites/orch/rook/smoke/rook/1.6.2.yaml | 4 ---- qa/suites/orch/rook/smoke/rook/1.7.0.yaml | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 qa/suites/orch/rook/smoke/rook/1.6.2.yaml create mode 100644 qa/suites/orch/rook/smoke/rook/1.7.0.yaml diff --git a/qa/suites/orch/rook/smoke/rook/1.6.2.yaml b/qa/suites/orch/rook/smoke/rook/1.6.2.yaml deleted file mode 100644 index 2b9b25725ab6e..0000000000000 --- a/qa/suites/orch/rook/smoke/rook/1.6.2.yaml +++ /dev/null @@ -1,4 +0,0 @@ -overrides: - rook: - rook_image: rook/ceph:v1.6.2 - rook_branch: v1.6.2 diff --git a/qa/suites/orch/rook/smoke/rook/1.7.0.yaml b/qa/suites/orch/rook/smoke/rook/1.7.0.yaml new file mode 100644 index 0000000000000..702d3bfdd808a --- /dev/null +++ b/qa/suites/orch/rook/smoke/rook/1.7.0.yaml @@ -0,0 +1,4 @@ +overrides: + rook: + rook_image: rook/ceph:v1.7.0 + rook_branch: v1.7.0 -- 2.39.5