Skip to content

Commit 64f7171

Browse files
committed
qa/rgw/multifs: factor common setup tasks into 0-install.yaml
Signed-off-by: Casey Bodley <[email protected]>
1 parent 86e737f commit 64f7171

File tree

6 files changed

+5
-17
lines changed

6 files changed

+5
-17
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tasks:
2+
- install:
3+
- ceph:
4+
- rgw: [client.0]
5+
- tox: [client.0]

qa/suites/rgw/multifs/tasks/rgw_bucket_quota.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
tasks:
2-
- install:
3-
- ceph:
4-
- rgw: [client.0]
52
- workunit:
63
clients:
74
client.0:

qa/suites/rgw/multifs/tasks/rgw_multipart_upload.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
tasks:
2-
- install:
3-
- ceph:
4-
- rgw: [client.0]
52
- workunit:
63
clients:
74
client.0:

qa/suites/rgw/multifs/tasks/rgw_ragweed.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
tasks:
2-
- install:
3-
- ceph:
4-
- rgw: [client.0]
5-
- tox: [client.0]
62
- ragweed:
73
client.0:
84
default-branch: ceph-master
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
tasks:
2-
- install:
3-
- ceph:
4-
- rgw: [client.0]
5-
- tox: [client.0]
62
- s3tests:
73
client.0:
84
rgw_server: client.0

qa/suites/rgw/multifs/tasks/rgw_user_quota.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
tasks:
2-
- install:
3-
- ceph:
4-
- rgw: [client.0]
52
- workunit:
63
clients:
74
client.0:

0 commit comments

Comments
 (0)