mirror of
https://github.com/ceph/ceph
synced 2024-12-22 19:34:30 +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>
23 lines
450 B
YAML
23 lines
450 B
YAML
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
|
os_type: centos
|
|
|
|
tasks:
|
|
- install:
|
|
flavor: notcmalloc
|
|
- ceph:
|
|
- rgw:
|
|
client.0:
|
|
valgrind: [--tool=memcheck]
|
|
- s3tests:
|
|
client.0:
|
|
force-branch: ceph-master
|
|
rgw_server: client.0
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd_min_pg_log_entries: 10
|
|
osd_max_pg_log_entries: 10
|
|
client:
|
|
rgw lc debug interval: 10
|