From 4526c745699025395e81e02ed98ec0276f425cae Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 25 Feb 2021 13:17:12 -0800 Subject: [PATCH] qa: use tcmalloc with valgrind in fs:valgrind Follow-up: dc64ccf063f1ddf843fae4d2621ec25187f56135 Signed-off-by: Patrick Donnelly --- qa/suites/fs/valgrind/debug.yaml | 4 ++++ qa/suites/fs/valgrind/notcmalloc.yaml | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 qa/suites/fs/valgrind/debug.yaml delete mode 100644 qa/suites/fs/valgrind/notcmalloc.yaml 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 -- 2.39.5