Skip to content

Commit 84d4206

Browse files
committed
qa/suites: exclude ceph-osd-classic
a37b5b5 added ceph-osd-classic package. old-clients and upgrade tests should not try to install the new package as it is not available in older releases. Fixes: https://tracker.ceph.com/issues/73848 Signed-off-by: Matan Breizman <[email protected]>
1 parent dea5782 commit 84d4206

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-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
@@ -10,6 +10,7 @@ tasks:
1010
- ceph-mgr-diskprediction-local
1111
- ceph-mgr-rook
1212
- ceph-mgr-cephadm
13+
- ceph-osd-classic
1314
- ceph-base-debuginfo
1415
- ceph-common-debuginfo
1516
- 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
@@ -10,6 +10,7 @@ tasks:
1010
- ceph-mgr-diskprediction-local
1111
- ceph-mgr-rook
1212
- ceph-mgr-cephadm
13+
- ceph-osd-classic
1314
- ceph-base-debuginfo
1415
- ceph-common-debuginfo
1516
- 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
@@ -10,6 +10,7 @@ tasks:
1010
- ceph-mgr-diskprediction-local
1111
- ceph-mgr-rook
1212
- ceph-mgr-cephadm
13+
- ceph-osd-classic
1314
- ceph-base-debuginfo
1415
- ceph-common-debuginfo
1516
- 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
@@ -7,6 +7,7 @@ tasks:
77
- install:
88
branch: reef
99
exclude_packages:
10+
- ceph-osd-classic
1011
- ceph-volume
1112
- print: "**** done install task..."
1213
- print: "**** done start installing reef cephadm ..."

qa/suites/upgrade/reef-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
branch: reef
3232
exclude_packages:
3333
- ceph-volume
34+
- ceph-osd-classic
3435

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tasks:
77
- install:
88
branch: squid
99
exclude_packages:
10+
- ceph-osd-classic
1011
- ceph-volume
1112
- print: "**** done install task..."
1213
- print: "**** done start installing squid 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
@@ -29,6 +29,7 @@ tasks:
2929
- install:
3030
branch: squid
3131
exclude_packages:
32+
- ceph-osd-classic
3233
- ceph-volume
3334

3435
- cephadm:

0 commit comments

Comments
 (0)