]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: use tcmalloc with valgrind in fs:valgrind 39709/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 25 Feb 2021 21:17:12 +0000 (13:17 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 25 Feb 2021 21:18:37 +0000 (13:18 -0800)
Follow-up: dc64ccf063f1ddf843fae4d2621ec25187f56135
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/suites/fs/valgrind/debug.yaml [new file with mode: 0644]
qa/suites/fs/valgrind/notcmalloc.yaml [deleted file]

diff --git a/qa/suites/fs/valgrind/debug.yaml b/qa/suites/fs/valgrind/debug.yaml
new file mode 100644 (file)
index 0000000..5eed99c
--- /dev/null
@@ -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 (file)
index dab8426..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-meta:
-- desc: use notcmalloc version for valgrind
-
-overrides:
-  install:
-    ceph:
-      flavor: notcmalloc
-      debuginfo: true