qa: remove mon valgrind check in rgw verfiy suite

memory leaks in the monitor are causing a significant
percentage of jobs run in the rgw verify suite to
fail even though the jobs succeeded before hand.

See: http://tracker.ceph.com/issues/38827 for
root cause

Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
Ali Maredia 2019-05-16 12:03:20 -04:00
parent 7d4a5fc429
commit d25d6ee0af

View File

@ -13,8 +13,9 @@ overrides:
mon:
mon osd crush smoke test: false
valgrind:
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
osd: [--tool=memcheck]
mds: [--tool=memcheck]
# http://tracker.ceph.com/issues/38827
# mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
# https://tracker.ceph.com/issues/38621
# mgr: [--tool=memcheck]