From: Adam King Date: Fri, 7 Feb 2025 20:13:24 +0000 (-0500) Subject: qa/cephadm: start mgr-nfs-upgrade test from reef X-Git-Tag: v20.0.0~32^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=618de5350bdec194adb6f0089a31ef04110be32e;p=ceph.git 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 --- 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/17.2.0.yaml deleted file mode 100644 index 4fc3b5a6dfd..00000000000 --- a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/17.2.0.yaml +++ /dev/null @@ -1,10 +0,0 @@ -overrides: - ceph: - log-only-match: - - CEPHADM_ -tasks: -- cephadm: - roleless: true - image: quay.io/ceph/ceph:v17.2.0 - cephadm_branch: v17.2.0 - cephadm_git_url: https://github.com/ceph/ceph diff --git a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/18.2.0.yaml b/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/18.2.0.yaml new file mode 100644 index 00000000000..497c2d34e3a --- /dev/null +++ b/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/18.2.0.yaml @@ -0,0 +1,10 @@ +overrides: + ceph: + log-only-match: + - CEPHADM_ +tasks: +- cephadm: + roleless: true + image: quay.io/ceph/ceph:v18.2.0 + cephadm_branch: v18.2.0 + cephadm_git_url: https://github.com/ceph/ceph