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:
Casey Bodley 2021-04-12 12:04:22 -04:00
parent 463bb3d2ef
commit 8f27c845be
3 changed files with 20 additions and 29 deletions

View File

@ -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:

View File

@ -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]

View 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]