]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: reorganize verify tasks 22249/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 16 Mar 2018 20:25:40 +0000 (16:25 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 25 May 2018 14:44:14 +0000 (10:44 -0400)
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>
qa/suites/rgw/verify/tasks/+ [new file with mode: 0644]
qa/suites/rgw/verify/tasks/0-install.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/ragweed.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/rgw_tests.yaml [deleted file]
qa/suites/rgw/verify/tasks/s3tests.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/swift.yaml [new file with mode: 0644]

diff --git a/qa/suites/rgw/verify/tasks/+ b/qa/suites/rgw/verify/tasks/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rgw/verify/tasks/0-install.yaml b/qa/suites/rgw/verify/tasks/0-install.yaml
new file mode 100644 (file)
index 0000000..9fb898b
--- /dev/null
@@ -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 (file)
index 0000000..db6b23a
--- /dev/null
@@ -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 (file)
index e04492c..0000000
+++ /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 (file)
index 0000000..b5aef9b
--- /dev/null
@@ -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 (file)
index 0000000..45e2fc9
--- /dev/null
@@ -0,0 +1,4 @@
+tasks:
+- swift:
+    client.0:
+      rgw_server: client.0