mirror of
https://github.com/ceph/ceph
synced 2025-02-05 01:43:35 +00:00
d4f2a8cebc
Add + to 2-workload, 4-workload and 6-final-workload suites. Reduce 5-upgrade-sequence to only run two tests and make sure upgrades to emperor occur in each sequence. Fix swift.yaml to not include rgw: clause (this is already done by s3tests.yaml). Fixes: #8051 Signed-off-by: Warren Usui <warren.usui@inktank.com>
36 lines
727 B
YAML
36 lines
727 B
YAML
upgrade-sequence:
|
|
sequential:
|
|
- install.upgrade:
|
|
mon.a:
|
|
branch: emperor
|
|
mon.b:
|
|
branch: emperor
|
|
- ceph.restart:
|
|
daemons: [mon.a]
|
|
wait-for-healthy: false
|
|
wait-for-osds-up: true
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart:
|
|
daemons: [mon.b]
|
|
wait-for-healthy: false
|
|
wait-for-osds-up: true
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [mon.c]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [osd.0]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [osd.1]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [osd.2]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [osd.3]
|
|
- sleep:
|
|
duration: 60
|
|
- ceph.restart: [mds.a]
|