mirror of
https://github.com/ceph/ceph
synced 2025-02-12 21:38:50 +00:00
As this is the most interesting test suite Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
10 lines
333 B
YAML
10 lines
333 B
YAML
tasks:
|
|
- cephadm.shell:
|
|
env: [sha1]
|
|
mon.a:
|
|
- while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done
|
|
- ceph orch ps
|
|
- ceph versions
|
|
- ceph versions | jq -e '.overall | length == 1'
|
|
- ceph versions | jq -e '.overall | keys' | grep $sha1
|