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: v16.2.0~103^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=900670559e374cf257daaabb66fd55a815b57fb2;p=ceph.git qa: use tcmalloc with valgrind in fs:valgrind Follow-up: dc64ccf063f1ddf843fae4d2621ec25187f56135 Signed-off-by: Patrick Donnelly (cherry picked from commit 4526c745699025395e81e02ed98ec0276f425cae) --- diff --git a/qa/suites/fs/valgrind/debug.yaml b/qa/suites/fs/valgrind/debug.yaml new file mode 100644 index 000000000000..5eed99cbbbe0 --- /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 dab8426e9151..000000000000 --- 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