Skip to content

Commit 807b32e

Browse files
committed
qa/suites: exclude ceph-osd-crimson
Similarly to ceph#66268. Once crimson is enabled in RPM, ceph-osd-crimson will be requried as a dependency. old-clients and upgrade tests should not try to install the new package as it is not available in older releases. See: https://tracker.ceph.com/issues/73848 Signed-off-by: Matan Breizman <[email protected]>
1 parent a639ca7 commit 807b32e

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

qa/suites/rados/thrash-old-clients/1-install/reef.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tasks:
1111
- ceph-mgr-rook
1212
- ceph-mgr-cephadm
1313
- ceph-osd-classic
14+
- ceph-osd-crimson
1415
- ceph-base-debuginfo
1516
- ceph-common-debuginfo
1617
- ceph-immutable-object-cache-debuginfo

qa/suites/rados/thrash-old-clients/1-install/squid.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tasks:
1111
- ceph-mgr-rook
1212
- ceph-mgr-cephadm
1313
- ceph-osd-classic
14+
- ceph-osd-crimson
1415
- ceph-base-debuginfo
1516
- ceph-common-debuginfo
1617
- ceph-immutable-object-cache-debuginfo

qa/suites/rados/thrash-old-clients/1-install/tentacle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tasks:
1111
- ceph-mgr-rook
1212
- ceph-mgr-cephadm
1313
- ceph-osd-classic
14+
- ceph-osd-crimson
1415
- ceph-base-debuginfo
1516
- ceph-common-debuginfo
1617
- ceph-immutable-object-cache-debuginfo

qa/suites/upgrade/reef-x/parallel/1-tasks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tasks:
99
exclude_packages:
1010
- ceph-osd-classic
1111
- ceph-volume
12+
- ceph-osd-crimson
1213
- print: "**** done install task..."
1314
- print: "**** done start installing reef cephadm ..."
1415
- cephadm:

qa/suites/upgrade/squid-x/parallel/1-tasks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tasks:
99
exclude_packages:
1010
- ceph-osd-classic
1111
- ceph-volume
12+
- ceph-osd-crimson
1213
- print: "**** done install task..."
1314
- print: "**** done start installing squid cephadm ..."
1415
- cephadm:

qa/suites/upgrade/squid-x/stress-split/1-start.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ tasks:
3131
exclude_packages:
3232
- ceph-osd-classic
3333
- ceph-volume
34+
- ceph-osd-crimson
3435

3536
- cephadm:
3637
image: quay.ceph.io/ceph-ci/ceph:squid

0 commit comments

Comments
 (0)