mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
suites: debuginfo: true for valgrind
This lets us get line numbers in the valgrind xml output. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
2efd4c63fd
commit
f274737dfa
@ -2,6 +2,7 @@ overrides:
|
||||
install:
|
||||
ceph:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
|
@ -2,6 +2,7 @@ overrides:
|
||||
install:
|
||||
ceph:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
|
@ -2,6 +2,7 @@ overrides:
|
||||
install:
|
||||
ceph:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
|
@ -2,6 +2,7 @@ overrides:
|
||||
install:
|
||||
ceph:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
|
@ -1,4 +1,7 @@
|
||||
overrides:
|
||||
install:
|
||||
ceph:
|
||||
debuginfo: true
|
||||
rbd_fsx:
|
||||
valgrind: ["--tool=helgrind"]
|
||||
workunit:
|
||||
|
@ -1,4 +1,8 @@
|
||||
overrides:
|
||||
install:
|
||||
ceph:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
rbd_fsx:
|
||||
valgrind: ["--tool=memcheck"]
|
||||
workunit:
|
||||
|
@ -1,6 +1,7 @@
|
||||
tasks:
|
||||
- install:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
- ceph:
|
||||
- rgw:
|
||||
client.0:
|
||||
|
@ -1,6 +1,7 @@
|
||||
tasks:
|
||||
- install:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
- ceph:
|
||||
conf:
|
||||
client.0:
|
||||
|
@ -1,6 +1,7 @@
|
||||
tasks:
|
||||
- install:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
- ceph:
|
||||
- rgw:
|
||||
client.0:
|
||||
|
@ -2,6 +2,7 @@ overrides:
|
||||
install:
|
||||
ceph:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
ceph:
|
||||
conf:
|
||||
global:
|
||||
|
Loading…
Reference in New Issue
Block a user