From d326846856297003d6d7f37c6ff9d6de08ca8bfb Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Mon, 24 Sep 2018 13:28:38 -0700 Subject: [PATCH] qa/tests: added v13.2.2 to the mix Fixes: http://tracker.ceph.com/issues/36169 Signed-off-by: Yuri Weinstein --- .../mimic-p2p/point-to-point-upgrade.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/qa/suites/upgrade/mimic-p2p/point-to-point-upgrade.yaml b/qa/suites/upgrade/mimic-p2p/point-to-point-upgrade.yaml index 1182787aad612..0b67b678dd63a 100644 --- a/qa/suites/upgrade/mimic-p2p/point-to-point-upgrade.yaml +++ b/qa/suites/upgrade/mimic-p2p/point-to-point-upgrade.yaml @@ -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'] -- 2.47.3