ceph/suites/rbd/valgrind/validator/memcheck.yaml
Sage Weil 693bd23851 do all valgrind runs on centos
The xenial valgrind has a bug with generating random
numbers; see http://tracker.ceph.com/issues/18126

Revert this when it is fixed.

Signed-off-by: Sage Weil <sage@redhat.com>
2016-12-05 14:21:31 -05:00

12 lines
256 B
YAML

os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
overrides:
install:
ceph:
flavor: notcmalloc
debuginfo: true
rbd_fsx:
valgrind: ["--tool=memcheck"]
workunit:
env:
VALGRIND: "memcheck"