mirror of
https://github.com/ceph/ceph
synced 2025-02-14 14:28:36 +00:00
The ssl task located in a python file called `ssl.py` will generate python module loading conflicts with the `ssl` system module, when running QA tests using vstart_runner.py. Signed-off-by: Ricardo Dias <rdias@suse.com>
32 lines
628 B
YAML
32 lines
628 B
YAML
# 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]
|
|
- s3tests:
|
|
client.0:
|
|
force-branch: ceph-master
|
|
rgw_server: client.0
|
|
- swift:
|
|
client.0:
|
|
rgw_server: client.0
|
|
- ragweed:
|
|
client.0:
|
|
force-branch: ceph-master
|
|
rgw_server: client.0
|
|
stages: prepare,check
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd_min_pg_log_entries: 10
|
|
osd_max_pg_log_entries: 10
|
|
client:
|
|
rgw lc debug interval: 10
|