From c46bdf5efdf94395288db1cf8ecde48d01b8a71e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 10 Aug 2017 09:51:29 -0400 Subject: [PATCH] Revert "qa/suites/upgrade/jewel-x/parallel: thrash layout" This reverts commit 435777dbffc77c93d06476caf83be141359a5778. This test combination is not yet stable. Signed-off-by: Sage Weil --- .../parallel/1-jewel-install/jewel.yaml | 7 +++++++ .../parallel/1.5-thrash-layout/no.yaml | 0 .../parallel/1.5-thrash-layout/yes.yaml | 19 ------------------- .../parallel/1.7-workload-and-upgrade.yaml | 8 -------- 4 files changed, 7 insertions(+), 27 deletions(-) delete mode 100644 qa/suites/upgrade/jewel-x/parallel/1.5-thrash-layout/no.yaml delete mode 100644 qa/suites/upgrade/jewel-x/parallel/1.5-thrash-layout/yes.yaml delete mode 100644 qa/suites/upgrade/jewel-x/parallel/1.7-workload-and-upgrade.yaml diff --git a/qa/suites/upgrade/jewel-x/parallel/1-jewel-install/jewel.yaml b/qa/suites/upgrade/jewel-x/parallel/1-jewel-install/jewel.yaml index 12f8e61ec04..a7ff9f485d7 100644 --- a/qa/suites/upgrade/jewel-x/parallel/1-jewel-install/jewel.yaml +++ b/qa/suites/upgrade/jewel-x/parallel/1-jewel-install/jewel.yaml @@ -31,3 +31,10 @@ tasks: mon.a: mon.b: - print: "**** done install.upgrade mon.a and mon.b" +- parallel: + - workload + - upgrade-sequence +- print: "**** done parallel" +- install.upgrade: + client.0: +- print: "**** done install.upgrade on client.0" diff --git a/qa/suites/upgrade/jewel-x/parallel/1.5-thrash-layout/no.yaml b/qa/suites/upgrade/jewel-x/parallel/1.5-thrash-layout/no.yaml deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/qa/suites/upgrade/jewel-x/parallel/1.5-thrash-layout/yes.yaml b/qa/suites/upgrade/jewel-x/parallel/1.5-thrash-layout/yes.yaml deleted file mode 100644 index 4422187e7fb..00000000000 --- a/qa/suites/upgrade/jewel-x/parallel/1.5-thrash-layout/yes.yaml +++ /dev/null @@ -1,19 +0,0 @@ -tasks: -- thrashosds: - timeout: 1200 - chance_down: 0 - disable_objectstore_tool_tests: true - chance_thrash_pg_upmap: 0 - chance_thrash_pg_upmap_items: 0 - chance_thrash_cluster_full: 0 - dump_ops_enable: false - sighup_delay: 0 -overrides: - ceph: - log-whitelist: - - overall HEALTH_ - - \(OSDMAP_FLAGS\) - - \(SMALLER_PGP_NUM\) - - \(OBJECT_ - - \(REQUEST_SLOW\) - - \(TOO_FEW_PGS\) diff --git a/qa/suites/upgrade/jewel-x/parallel/1.7-workload-and-upgrade.yaml b/qa/suites/upgrade/jewel-x/parallel/1.7-workload-and-upgrade.yaml deleted file mode 100644 index 2f00563a5a1..00000000000 --- a/qa/suites/upgrade/jewel-x/parallel/1.7-workload-and-upgrade.yaml +++ /dev/null @@ -1,8 +0,0 @@ -tasks: -- parallel: - - workload - - upgrade-sequence -- print: "**** done parallel" -- install.upgrade: - client.0: -- print: "**** done install.upgrade on client.0"