mirror of
https://github.com/ceph/ceph
synced 2025-02-05 18:03:54 +00:00
qa/rgw: move rgw/multisite valgrind config into valgrind.yaml.disabled
the valgrind coverage wasn't enabled, and it will take a lot more work before we can reenable Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
463bb3d2ef
commit
8f27c845be
@ -1,8 +1,3 @@
|
||||
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
||||
#os_type: centos
|
||||
# ubuntu and no valgrind until we migrate test to py3
|
||||
os_type: ubuntu
|
||||
|
||||
tasks:
|
||||
- install:
|
||||
- ceph: {cluster: c1}
|
||||
@ -10,16 +5,12 @@ tasks:
|
||||
- rgw:
|
||||
c1.client.0:
|
||||
port: 8000
|
||||
# valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
|
||||
c1.client.1:
|
||||
port: 8001
|
||||
# valgrind: [--tool=memcheck, --max-threads=1024]
|
||||
c2.client.0:
|
||||
port: 8000
|
||||
# valgrind: [--tool=memcheck, --max-threads=1024]
|
||||
c2.client.1:
|
||||
port: 8001
|
||||
# valgrind: [--tool=memcheck, --max-threads=1024]
|
||||
- rgw-multisite:
|
||||
- rgw-multisite-tests:
|
||||
config:
|
||||
|
@ -1,20 +0,0 @@
|
||||
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
||||
#os_type: centos
|
||||
# ubuntu and no valgrind until we migrate test to py3
|
||||
os_type: ubuntu
|
||||
|
||||
overrides:
|
||||
install:
|
||||
ceph:
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
osd heartbeat grace: 40
|
||||
mon:
|
||||
mon osd crush smoke test: false
|
||||
osd:
|
||||
osd fast shutdown: false
|
||||
# valgrind:
|
||||
# mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
||||
# osd: [--tool=memcheck]
|
||||
# mds: [--tool=memcheck]
|
20
qa/suites/rgw/multisite/valgrind.yaml.disabled
Normal file
20
qa/suites/rgw/multisite/valgrind.yaml.disabled
Normal file
@ -0,0 +1,20 @@
|
||||
overrides:
|
||||
install:
|
||||
ceph:
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
osd heartbeat grace: 40
|
||||
mon:
|
||||
mon osd crush smoke test: false
|
||||
osd:
|
||||
osd fast shutdown: false
|
||||
rgw:
|
||||
c1.client.0:
|
||||
valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
|
||||
c1.client.1:
|
||||
valgrind: [--tool=memcheck, --max-threads=1024]
|
||||
c2.client.0:
|
||||
valgrind: [--tool=memcheck, --max-threads=1024]
|
||||
c2.client.1:
|
||||
valgrind: [--tool=memcheck, --max-threads=1024]
|
Loading…
Reference in New Issue
Block a user