mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
upgrade*: do not hard-code next as the final upgrade hop
The overrides for the job will have some branch; leave the target unspecified so that we use that as the target version. This will let us test upgrades to master and next (and whatever else, provided it is a forward hop). Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
80d9ac5c51
commit
5f5eb2b241
@ -2,5 +2,4 @@ upgrade-sequence:
|
||||
sequential:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
|
||||
|
@ -2,5 +2,4 @@ upgrade-sequence:
|
||||
sequential:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
|
||||
|
@ -2,7 +2,6 @@ upgrade-sequence:
|
||||
sequential:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [mds.a]
|
||||
- sleep:
|
||||
duration: 60
|
||||
|
@ -2,7 +2,6 @@ upgrade-sequence:
|
||||
sequential:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart:
|
||||
daemons: [mon.a]
|
||||
wait-for-healthy: false
|
||||
|
@ -2,7 +2,6 @@ upgrade-sequence:
|
||||
sequential:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [osd.0]
|
||||
- sleep:
|
||||
duration: 60
|
||||
|
@ -2,5 +2,4 @@ upgrade-sequence:
|
||||
sequential:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3, rgw.client.0]
|
||||
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
osd.0:
|
||||
branch: next
|
||||
- ceph.restart:
|
||||
daemons: [osd.0, osd.1, osd.2]
|
||||
|
@ -1,5 +1,4 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
branch: next
|
||||
clients:
|
||||
client.0:
|
||||
- rados/test.sh
|
||||
|
@ -1,4 +1,3 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
branch: next
|
||||
clients:
|
||||
client.0:
|
||||
- cls/test_cls_rbd.sh
|
||||
|
@ -1,4 +1,3 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
|
@ -1,4 +1,3 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
branch: next
|
||||
clients:
|
||||
client.0:
|
||||
- rados/test.sh
|
||||
|
@ -1,4 +1,3 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
branch: next
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
||||
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
branch: next
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
||||
|
@ -1,4 +1,3 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
|
@ -1,5 +1,4 @@
|
||||
tasks:
|
||||
- s3tests:
|
||||
client.0:
|
||||
force-branch: next
|
||||
rgw_server: client.0
|
||||
|
@ -21,11 +21,9 @@ tasks:
|
||||
debug client: 20
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart:
|
||||
- ceph-fuse: [client.0]
|
||||
- workunit:
|
||||
branch: next
|
||||
clients:
|
||||
client.0:
|
||||
- suites/dbench.sh
|
||||
|
Loading…
Reference in New Issue
Block a user