Skip to content

Commit d3c0a3d

Browse files
committed
qa/rgw: enable valgrind in rgw/notifications suite
Signed-off-by: Casey Bodley <[email protected]>
1 parent 5177c58 commit d3c0a3d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
overrides:
2+
install:
3+
ceph:
4+
#debuginfo: true
5+
rgw:
6+
client.0:
7+
valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
8+
client.1:
9+
valgrind: [--tool=memcheck, --max-threads=1024]

0 commit comments

Comments
 (0)