mirror of
https://github.com/ceph/ceph
synced 2024-12-26 13:33:57 +00:00
693bd23851
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>
12 lines
256 B
YAML
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"
|