Merge pull request #27764 from neha-ojha/wip-fix-mimic-x-singleton

qa/suites/upgrade: use correct branch names

Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Neha Ojha 2019-04-25 14:42:24 -07:00 committed by GitHub
commit 5f34369c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -17,6 +17,6 @@ tasks:
- ceph-mgr-rook
- ceph-mgr-ssh
extra_packages: ['librados2']
- print: "**** done install luminous"
- print: "**** done install mimic"
- ceph:
- print: "**** done ceph"

View File

@ -4,7 +4,7 @@ meta:
split_tasks:
sequential:
- workunit:
branch: luminous
branch: mimic
clients:
client.0:
- cls/test_cls_rbd.sh

View File

@ -4,7 +4,7 @@ meta:
split_tasks:
sequential:
- workunit:
branch: luminous
branch: mimic
clients:
client.0:
- rbd/import_export.sh

View File

@ -4,7 +4,7 @@ meta:
split_tasks:
sequential:
- workunit:
branch: luminous
branch: mimic
clients:
client.0:
- rbd/test_librbd.sh

View File

@ -1,6 +1,6 @@
meta:
- desc: |
install ceph/luminous latest
install ceph/nautilus latest
run workload and upgrade-sequence in parallel
upgrade the client node
tasks:

View File

@ -3,7 +3,7 @@ meta:
run basic cls tests for rbd
stress-tasks:
- workunit:
branch: luminous
branch: nautilus
clients:
client.0:
- cls/test_cls_rbd.sh

View File

@ -3,7 +3,7 @@ meta:
run basic import/export cli tests for rbd
stress-tasks:
- workunit:
branch: luminous
branch: nautilus
clients:
client.0:
- rbd/import_export.sh

View File

@ -3,7 +3,7 @@ meta:
librbd C and C++ api tests
stress-tasks:
- workunit:
branch: luminous
branch: nautilus
clients:
client.0:
- rbd/test_librbd.sh

View File

@ -8,7 +8,7 @@ overrides:
rbd default clone format: 1
tasks:
- workunit:
branch: luminous
branch: nautilus
clients:
client.0:
- rbd/test_librbd_python.sh