mirror of
https://github.com/ceph/ceph
synced 2025-01-02 09:02:34 +00:00
935566d7e8
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
12 lines
228 B
YAML
12 lines
228 B
YAML
tasks:
|
|
# change tag to the latest firefly released version
|
|
- install:
|
|
tag: v0.80.6
|
|
- print: "**** done latest firefly install"
|
|
- ceph:
|
|
fs: xfs
|
|
- parallel:
|
|
- workload
|
|
- upgrade-sequence
|
|
- print: "**** done parallel"
|