From: Casey Bodley Date: Thu, 20 Nov 2025 16:57:35 +0000 (-0500) Subject: qa/rgw/upgrade: exclude ceph-osd-classic/crimson on squid and tentacle X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a264963cbe4e93ee09cb04b0d506563293472b57;p=ceph.git qa/rgw/upgrade: exclude ceph-osd-classic/crimson on squid and tentacle split packages for ceph-osd-classic and ceph-osd-crimson were added on main, but don't exist on squid and tentacle. exclude these packages from their install tasks Fixes: https://tracker.ceph.com/issues/73943 Signed-off-by: Casey Bodley --- diff --git a/qa/suites/rgw/upgrade/1-install/squid/install.yaml b/qa/suites/rgw/upgrade/1-install/squid/install.yaml index 34fec967c2a4..745f3a4c947b 100644 --- a/qa/suites/rgw/upgrade/1-install/squid/install.yaml +++ b/qa/suites/rgw/upgrade/1-install/squid/install.yaml @@ -1,3 +1,6 @@ tasks: - install: branch: squid + exclude_packages: + - ceph-osd-classic + - ceph-osd-crimson diff --git a/qa/suites/rgw/upgrade/1-install/tentacle/install.yaml b/qa/suites/rgw/upgrade/1-install/tentacle/install.yaml index 13d2d8be3bd5..de2236e34c5a 100644 --- a/qa/suites/rgw/upgrade/1-install/tentacle/install.yaml +++ b/qa/suites/rgw/upgrade/1-install/tentacle/install.yaml @@ -1,3 +1,6 @@ tasks: - install: branch: tentacle + exclude_packages: + - ceph-osd-classic + - ceph-osd-crimson