From: Casey Bodley Date: Tue, 9 Apr 2024 17:09:37 +0000 (-0400) Subject: qa/rgw: enable valgrind in rgw/notifications suite X-Git-Tag: v20.0.0~1369^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d3c0a3d0b6b2a3b26fcd430dd2491c4d465f20e8;p=ceph.git qa/rgw: enable valgrind in rgw/notifications suite Signed-off-by: Casey Bodley --- diff --git a/qa/suites/rgw/notifications/valgrind.yaml b/qa/suites/rgw/notifications/valgrind.yaml new file mode 100644 index 00000000000..962d5c98033 --- /dev/null +++ b/qa/suites/rgw/notifications/valgrind.yaml @@ -0,0 +1,9 @@ +overrides: + install: + ceph: + #debuginfo: true + rgw: + client.0: + valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214 + client.1: + valgrind: [--tool=memcheck, --max-threads=1024]