mirror of
https://github.com/ceph/ceph
synced 2025-01-16 16:03:29 +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>
21 lines
454 B
YAML
21 lines
454 B
YAML
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
|
os_type: centos
|
|
|
|
tasks:
|
|
- install:
|
|
- ceph: {cluster: c1}
|
|
- ceph: {cluster: c2}
|
|
- rgw:
|
|
c1.client.0:
|
|
valgrind: [--tool=memcheck]
|
|
c1.client.1:
|
|
valgrind: [--tool=memcheck]
|
|
c2.client.0:
|
|
valgrind: [--tool=memcheck]
|
|
c2.client.1:
|
|
valgrind: [--tool=memcheck]
|
|
- rgw-multisite:
|
|
- rgw-multisite-tests:
|
|
config:
|
|
reconfigure_delay: 60
|