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>
(cherry picked from commit
64e20c3a6a208533f32b6ae4e2cada80ec5a0a21)
Conflicts:
qa/suites/rgw/verify/tasks/0-install.yaml
qa/suites/rgw/verify/tasks/ragweed.yaml
qa/suites/rgw/verify/tasks/s3tests.yaml
--- /dev/null
+# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
+os_type: centos
+
+tasks:
+- install:
+ flavor: notcmalloc
+- ceph:
+- rgw:
+ client.0:
+ valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
+
+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-luminous
+ 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:
-- rgw:
- client.0:
- valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
-- s3tests:
- client.0:
- force-branch: ceph-luminous
- rgw_server: client.0
-- swift:
- client.0:
- rgw_server: client.0
-- ragweed:
- client.0:
- force-branch: ceph-luminous
- 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-luminous
+ rgw_server: client.0
--- /dev/null
+tasks:
+- swift:
+ client.0:
+ rgw_server: client.0