mirror of
https://github.com/ceph/ceph
synced 2025-02-01 16:03:43 +00:00
qa/rgw/tempest: either force os_type or select random distro
Fixes: https://tracker.ceph.com/issues/37885 Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
8cb6de178e
commit
0c238c2704
1
qa/suites/rgw/tempest/distro/.qa
Symbolic link
1
qa/suites/rgw/tempest/distro/.qa
Symbolic link
@ -0,0 +1 @@
|
||||
../../.qa
|
5
qa/suites/rgw/tempest/distro/valgrind.yaml
Normal file
5
qa/suites/rgw/tempest/distro/valgrind.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
os_type: centos
|
||||
overrides:
|
||||
rgw:
|
||||
client.0:
|
||||
valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
|
@ -1,6 +1,4 @@
|
||||
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
||||
os_type: centos
|
||||
|
||||
tasks:
|
||||
- install:
|
||||
flavor: notcmalloc
|
||||
@ -31,7 +29,6 @@ tasks:
|
||||
description: Swift Service
|
||||
- rgw:
|
||||
client.0:
|
||||
valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
|
||||
frontend_prefix: /swift
|
||||
use-keystone-role: client.0
|
||||
- tempest:
|
||||
|
Loading…
Reference in New Issue
Block a user