mirror of
https://github.com/ceph/ceph
synced 2024-12-21 02:42:48 +00:00
c7893283cd
We are fighting two issues with valgrind on ubuntu (xenial, yakkety, and z): http://tracker.ceph.com/issues/18126 http://tracker.ceph.com/issues/20360 Revert this when it is fixed. Signed-off-by: Sage Weil <sage@redhat.com>
14 lines
298 B
YAML
14 lines
298 B
YAML
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
|
os_type: centos
|
|
|
|
overrides:
|
|
install:
|
|
ceph:
|
|
flavor: notcmalloc
|
|
debuginfo: true
|
|
rbd_fsx:
|
|
valgrind: ["--tool=memcheck"]
|
|
workunit:
|
|
env:
|
|
VALGRIND: "--tool=memcheck --leak-check=full"
|