From 618de5350bdec194adb6f0089a31ef04110be32e Mon Sep 17 00:00:00 2001 From: Adam King Date: Fri, 7 Feb 2025 15:13:24 -0500 Subject: [PATCH] qa/cephadm: start mgr-nfs-upgrade test from reef Since main should be the T release and we only support N+2 upgrades, it should start from the R release Signed-off-by: Adam King --- .../mgr-nfs-upgrade/1-bootstrap/{17.2.0.yaml => 18.2.0.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/{17.2.0.yaml => 18.2.0.yaml} (68%) diff --git a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/17.2.0.yaml b/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/18.2.0.yaml similarity index 68% rename from qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/17.2.0.yaml rename to qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/18.2.0.yaml index 4fc3b5a6dfdc..497c2d34e3af 100644 --- a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/17.2.0.yaml +++ b/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/18.2.0.yaml @@ -5,6 +5,6 @@ overrides: tasks: - cephadm: roleless: true - image: quay.io/ceph/ceph:v17.2.0 - cephadm_branch: v17.2.0 + image: quay.io/ceph/ceph:v18.2.0 + cephadm_branch: v18.2.0 cephadm_git_url: https://github.com/ceph/ceph -- 2.47.3