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

luminous: tests: qa: added v12.2.8 to the mix #23913

Merged
merged 1 commit into from Sep 5, 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
15 changes: 15 additions & 0 deletions qa/suites/upgrade/luminous-p2p/point-to-point-upgrade.yaml
Expand Up @@ -9,6 +9,8 @@ meta:
run workload and upgrade-sequence in parallel
install ceph/luminous v12.2.7 point version
run workload and upgrade-sequence in parallel
install ceph/luminous v12.2.8 point version
run workload and upgrade-sequence in parallel
install ceph/luminous latest version
run workload and upgrade-sequence in parallel
overrides:
Expand Down Expand Up @@ -104,6 +106,19 @@ tasks:
- upgrade-sequence_luminous
- print: "**** done parallel luminous v12.2.7"

#### upgrade to v12.2.8
- install.upgrade:
#exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
mon.a:
tag: v12.2.8
mon.b:
tag: v12.2.8
# Note that client.a IS NOT upgraded at this point
- parallel:
- workload_luminous
- upgrade-sequence_luminous
- print: "**** done parallel luminous v12.2.8"

#### upgrade to latest luminous
- install.upgrade:
#exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
Expand Down