From: Casey Bodley Date: Fri, 16 Mar 2018 20:25:40 +0000 (-0400) Subject: qa/rgw: reorganize verify tasks X-Git-Tag: v14.0.1~1051^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22249%2Fhead;p=ceph.git qa/rgw: reorganize verify tasks split the verify suite tasks back into separate yaml files, using + to combine them into a single job Signed-off-by: Casey Bodley --- diff --git a/qa/suites/rgw/verify/tasks/+ b/qa/suites/rgw/verify/tasks/+ new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qa/suites/rgw/verify/tasks/0-install.yaml b/qa/suites/rgw/verify/tasks/0-install.yaml new file mode 100644 index 000000000000..9fb898b03346 --- /dev/null +++ b/qa/suites/rgw/verify/tasks/0-install.yaml @@ -0,0 +1,20 @@ +# 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 diff --git a/qa/suites/rgw/verify/tasks/ragweed.yaml b/qa/suites/rgw/verify/tasks/ragweed.yaml new file mode 100644 index 000000000000..db6b23ac9828 --- /dev/null +++ b/qa/suites/rgw/verify/tasks/ragweed.yaml @@ -0,0 +1,6 @@ +tasks: +- ragweed: + client.0: + force-branch: ceph-master + rgw_server: client.0 + stages: prepare,check diff --git a/qa/suites/rgw/verify/tasks/rgw_tests.yaml b/qa/suites/rgw/verify/tasks/rgw_tests.yaml deleted file mode 100644 index e04492c551af..000000000000 --- a/qa/suites/rgw/verify/tasks/rgw_tests.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# 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 diff --git a/qa/suites/rgw/verify/tasks/s3tests.yaml b/qa/suites/rgw/verify/tasks/s3tests.yaml new file mode 100644 index 000000000000..b5aef9b044b8 --- /dev/null +++ b/qa/suites/rgw/verify/tasks/s3tests.yaml @@ -0,0 +1,5 @@ +tasks: +- s3tests: + client.0: + force-branch: ceph-master + rgw_server: client.0 diff --git a/qa/suites/rgw/verify/tasks/swift.yaml b/qa/suites/rgw/verify/tasks/swift.yaml new file mode 100644 index 000000000000..45e2fc9cc308 --- /dev/null +++ b/qa/suites/rgw/verify/tasks/swift.yaml @@ -0,0 +1,4 @@ +tasks: +- swift: + client.0: + rgw_server: client.0