mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
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:
parent
77b35faa36
commit
64e20c3a6a
0
qa/suites/rgw/verify/tasks/+
Normal file
0
qa/suites/rgw/verify/tasks/+
Normal 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:
|
6
qa/suites/rgw/verify/tasks/ragweed.yaml
Normal file
6
qa/suites/rgw/verify/tasks/ragweed.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
tasks:
|
||||
- ragweed:
|
||||
client.0:
|
||||
force-branch: ceph-master
|
||||
rgw_server: client.0
|
||||
stages: prepare,check
|
5
qa/suites/rgw/verify/tasks/s3tests.yaml
Normal file
5
qa/suites/rgw/verify/tasks/s3tests.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- s3tests:
|
||||
client.0:
|
||||
force-branch: ceph-master
|
||||
rgw_server: client.0
|
4
qa/suites/rgw/verify/tasks/swift.yaml
Normal file
4
qa/suites/rgw/verify/tasks/swift.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
tasks:
|
||||
- swift:
|
||||
client.0:
|
||||
rgw_server: client.0
|
Loading…
Reference in New Issue
Block a user