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 <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2018-03-16 16:25:40 -04:00
parent 77b35faa36
commit 64e20c3a6a
5 changed files with 16 additions and 12 deletions

View File

View File

@ -9,18 +9,7 @@ tasks:
- 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:

View File

@ -0,0 +1,6 @@
tasks:
- ragweed:
client.0:
force-branch: ceph-master
rgw_server: client.0
stages: prepare,check

View File

@ -0,0 +1,5 @@
tasks:
- s3tests:
client.0:
force-branch: ceph-master
rgw_server: client.0

View File

@ -0,0 +1,4 @@
tasks:
- swift:
client.0:
rgw_server: client.0