Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa/tests: added v13.2.2 to the mix #24254

Merged
merged 1 commit into from Sep 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions qa/suites/upgrade/mimic-p2p/point-to-point-upgrade.yaml
Expand Up @@ -7,6 +7,8 @@ meta:
run workload and upgrade-sequence in parallel
install ceph/mimic v13.2.1 point version
run workload and upgrade-sequence in parallel
install ceph/mimic v13.2.2 point version
run workload and upgrade-sequence in parallel
install ceph/mimic v13.2.x point version
(every point reslease should be tested)
run workload and upgrade-sequence in parallel
Expand Down Expand Up @@ -99,6 +101,24 @@ tasks:
- upgrade-sequence_mimic
- print: "**** done workload v13.2.1"

####### upgrade to v13.2.2
- install.upgrade:
#exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
mon.a:
tag: v13.2.2
mon.b:
tag: v13.2.2
# Note that client.a IS NOT upgraded at this point
- parallel:
- workload_mimic
- upgrade-sequence_mimic
- print: "**** done parallel mimic v13.2.2"
- parallel:
- workload_mimic
- upgrade-sequence_mimic
- print: "**** done workload v13.2.2"


####### upgrade to v13.2.x TO BE ADDED for future point releases
### - install.upgrade:
### #exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
Expand Down