split the verify suite tasks back into separate yaml files, using + to
combine them into a single job
Signed-off-by: Casey Bodley <cbodley@redhat.com>
--- /dev/null
+# 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]
+
+overrides:
+ ceph:
+ conf:
+ global:
+ osd_min_pg_log_entries: 10
+ osd_max_pg_log_entries: 10
+ client:
+ rgw lc debug interval: 10
--- /dev/null
+tasks:
+- ragweed:
+ client.0:
+ force-branch: ceph-master
+ rgw_server: client.0
+ stages: prepare,check
+++ /dev/null
-# 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
--- /dev/null
+tasks:
+- s3tests:
+ client.0:
+ force-branch: ceph-master
+ rgw_server: client.0
--- /dev/null
+tasks:
+- swift:
+ client.0:
+ rgw_server: client.0