From: Patrick Donnelly Date: Thu, 25 Feb 2021 21:17:12 +0000 (-0800) Subject: qa: use tcmalloc with valgrind in fs:valgrind X-Git-Tag: v17.1.0~2821^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39709%2Fhead;p=ceph.git qa: use tcmalloc with valgrind in fs:valgrind Follow-up: dc64ccf063f1ddf843fae4d2621ec25187f56135 Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/valgrind/debug.yaml b/qa/suites/fs/valgrind/debug.yaml new file mode 100644 index 0000000000000..5eed99cbbbe0e --- /dev/null +++ b/qa/suites/fs/valgrind/debug.yaml @@ -0,0 +1,4 @@ +overrides: + install: + ceph: + debuginfo: true diff --git a/qa/suites/fs/valgrind/notcmalloc.yaml b/qa/suites/fs/valgrind/notcmalloc.yaml deleted file mode 100644 index dab8426e91512..0000000000000 --- a/qa/suites/fs/valgrind/notcmalloc.yaml +++ /dev/null @@ -1,8 +0,0 @@ -meta: -- desc: use notcmalloc version for valgrind - -overrides: - install: - ceph: - flavor: notcmalloc - debuginfo: true