From: Adam King Date: Tue, 8 Aug 2023 16:25:57 +0000 (-0400) Subject: qa/cephadm: update start version for mgr-nfs-upgrade tests X-Git-Tag: v19.0.0~504^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=996b8d188c970376afa1c21237d41d591aabc89e;p=ceph.git qa/cephadm: update start version for mgr-nfs-upgrade tests Now that we're post reef release, the upgrade tests on main should be starting their upgrades from quincy rather than pacific Signed-off-by: Adam King --- diff --git a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.0.yaml b/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.0.yaml deleted file mode 100644 index beba374286dd..000000000000 --- a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.0.yaml +++ /dev/null @@ -1,8 +0,0 @@ -tasks: -- cephadm: - roleless: true - image: quay.io/ceph/ceph:v16.2.0 - cephadm_branch: v16.2.0 - cephadm_git_url: https://github.com/ceph/ceph - # needed for v16.2.0 due to --skip-admin-label - avoid_pacific_features: true diff --git a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.4.yaml b/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.4.yaml deleted file mode 100644 index 1cbe5a134f93..000000000000 --- a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.4.yaml +++ /dev/null @@ -1,8 +0,0 @@ -tasks: -- cephadm: - roleless: true - image: quay.io/ceph/ceph:v16.2.4 - cephadm_branch: v16.2.4 - cephadm_git_url: https://github.com/ceph/ceph - # needed for v16.2.4 due to --skip-admin-label - avoid_pacific_features: true diff --git a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.5.yaml b/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.5.yaml deleted file mode 100644 index 381088d5b64e..000000000000 --- a/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.5.yaml +++ /dev/null @@ -1,6 +0,0 @@ -tasks: -- cephadm: - roleless: true - image: quay.io/ceph/ceph:v16.2.5 - cephadm_branch: v16.2.5 - cephadm_git_url: https://github.com/ceph/ceph 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 new file mode 100644 index 000000000000..a805c032cdd7 --- /dev/null +++ b/qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/17.2.0.yaml @@ -0,0 +1,6 @@ +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