]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: added v13.2.2 to the mix 24254/head
authorYuri Weinstein <yweinste@redhat.com>
Mon, 24 Sep 2018 20:28:38 +0000 (13:28 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Mon, 24 Sep 2018 20:30:35 +0000 (13:30 -0700)
Fixes: http://tracker.ceph.com/issues/36169
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/suites/upgrade/mimic-p2p/point-to-point-upgrade.yaml

index 1182787aad612787b6971438345dc8bffccbad4f..0b67b678dd63af4827f81bc9e8254234488ebe7f 100644 (file)
@@ -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
@@ -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']