Revert "qa/suites/upgrade/jewel-x/parallel: thrash layout"

This reverts commit 435777dbff.

This test combination is not yet stable.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-08-10 09:51:29 -04:00
parent b47d975cc3
commit c46bdf5efd
4 changed files with 7 additions and 27 deletions

View File

@ -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"

View File

@ -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\)

View File

@ -1,8 +0,0 @@
tasks:
- parallel:
- workload
- upgrade-sequence
- print: "**** done parallel"
- install.upgrade:
client.0:
- print: "**** done install.upgrade on client.0"