mirror of
https://github.com/ceph/ceph
synced 2025-01-28 14:03:21 +00:00
b6212ac553
Changed tag to "branch: firefly"
12 lines
231 B
YAML
12 lines
231 B
YAML
tasks:
|
|
# change tag to the latest firefly released version
|
|
- install:
|
|
branch: firefly
|
|
- print: "**** done latest firefly install"
|
|
- ceph:
|
|
fs: xfs
|
|
- parallel:
|
|
- workload
|
|
- upgrade-sequence
|
|
- print: "**** done parallel"
|