these tests don't need to be split across the job matrix the same way
that we split features like frontend, ssl, objectstore, etc. by
combining them, we can still test the whole matrix of features, but with
only 1/3 of the total jobs
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
b497d9fdd3a0893836d56e2d1487820ea54ec707)
Conflicts:
qa/suites/rgw/verify/tasks/rgw_tests.yaml
qa/suites/rgw/verify/tasks/rgw_swift.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
-- s3tests:
- client.0:
- force-branch: ceph-luminous
- rgw_server: client.0
-overrides:
- ceph:
- conf:
- global:
- osd_min_pg_log_entries: 10
- osd_max_pg_log_entries: 10
- client:
- rgw lc debug interval: 10
+++ /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
-- swift:
- client.0:
- rgw_server: client.0
--- /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