From 58e0da8fc9aee4fb05e772a36dcb0081beb0590b Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 12 Jan 2021 14:36:01 -0500 Subject: [PATCH] qa/rgw: move valgrind config into valgrind.yaml Signed-off-by: Casey Bodley --- qa/suites/rgw/verify/tasks/0-install.yaml | 5 ----- qa/suites/rgw/verify/validater/valgrind.yaml | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/qa/suites/rgw/verify/tasks/0-install.yaml b/qa/suites/rgw/verify/tasks/0-install.yaml index 5ebe67269f3f4..013ccbd26feaf 100644 --- a/qa/suites/rgw/verify/tasks/0-install.yaml +++ b/qa/suites/rgw/verify/tasks/0-install.yaml @@ -1,14 +1,9 @@ -# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126 -os_type: centos - tasks: - install: -# flavor: notcmalloc - ceph: - openssl_keys: - rgw: client.0: -# valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214 overrides: ceph: diff --git a/qa/suites/rgw/verify/validater/valgrind.yaml b/qa/suites/rgw/verify/validater/valgrind.yaml index 42af3adf5a31a..889bdbf59d7b9 100644 --- a/qa/suites/rgw/verify/validater/valgrind.yaml +++ b/qa/suites/rgw/verify/validater/valgrind.yaml @@ -7,6 +7,9 @@ overrides: ceph: # flavor: notcmalloc #debuginfo: true + rgw: + client.0: + #valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214 ceph: conf: global: -- 2.39.5