Skip to content

Commit 4f18f8a

Browse files
authored
Merge pull request ceph#56792 from cbodley/wip-qa-rgw-notifications-valgrind
qa/rgw: enable valgrind in rgw/notifications suite
2 parents 1a2a617 + d3c0a3d commit 4f18f8a

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)