mirror of
https://github.com/ceph/ceph
synced 2024-12-24 12:24:19 +00:00
13 lines
258 B
YAML
13 lines
258 B
YAML
os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
|
|
tasks:
|
|
- install:
|
|
flavor: notcmalloc
|
|
debuginfo: true
|
|
- ceph:
|
|
- rgw:
|
|
client.0:
|
|
valgrind: [--tool=memcheck]
|
|
- swift:
|
|
client.0:
|
|
rgw_server: client.0
|