From 3f9526a6424ebfa48d2304b679c6bb3a7e678dc9 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Thu, 26 Jul 2018 08:57:09 -0700 Subject: [PATCH] qa/tests: added 12.2.7 to the mix also added 'overall HEALTH_' to the whitelist Fixes: https://tracker.ceph.com/issues/25123 Signed-off-by: Yuri Weinstein --- .../luminous-p2p/point-to-point-upgrade.yaml | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/qa/suites/upgrade/luminous-p2p/point-to-point-upgrade.yaml b/qa/suites/upgrade/luminous-p2p/point-to-point-upgrade.yaml index f660e2a2f2a6..dcf1d64b266d 100644 --- a/qa/suites/upgrade/luminous-p2p/point-to-point-upgrade.yaml +++ b/qa/suites/upgrade/luminous-p2p/point-to-point-upgrade.yaml @@ -7,6 +7,8 @@ meta: run workload and upgrade-sequence in parallel install ceph/luminous v12.2.5 point version 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 latest version run workload and upgrade-sequence in parallel overrides: @@ -28,6 +30,7 @@ overrides: - PG_AVAILABILITY - PG_DEGRADED - application not enabled + - overall HEALTH_ fs: xfs conf: mon: @@ -87,13 +90,28 @@ tasks: - workload_luminous - upgrade-sequence_luminous - print: "**** done parallel luminous v12.2.5" + +#### upgrade to v12.2.7 +- install.upgrade: + #exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev'] + mon.a: + tag: v12.2.7 + mon.b: + tag: v12.2.7 + # Note that client.a IS NOT upgraded at this point +- parallel: + - workload_luminous + - upgrade-sequence_luminous +- print: "**** done parallel luminous v12.2.7" + #### upgrade to latest luminous - install.upgrade: #exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev'] + # need NOT to use "branch: xxx" to avoid packadges problems mon.a: - branch: luminous + #branch: luminous mon.b: - branch: luminous + #branch: luminous # Note that client.a IS NOT upgraded at this point - parallel: - workload_luminous -- 2.47.3