]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: reorganize verify tasks
authorCasey Bodley <cbodley@redhat.com>
Fri, 16 Mar 2018 20:25:40 +0000 (16:25 -0400)
committerNathan Cutler <ncutler@suse.com>
Fri, 14 Sep 2018 19:47:10 +0000 (21:47 +0200)
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>
(cherry picked from commit 64e20c3a6a208533f32b6ae4e2cada80ec5a0a21)

Conflicts:
qa/suites/rgw/verify/tasks/0-install.yaml
        qa/suites/rgw/verify/tasks/ragweed.yaml
        qa/suites/rgw/verify/tasks/s3tests.yaml

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..0b5dce4
--- /dev/null
@@ -0,0 +1,19 @@
+# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
+os_type: centos
+
+tasks:
+- install:
+    flavor: notcmalloc
+- ceph:
+- rgw:
+    client.0:
+      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
+
+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..85e3646
--- /dev/null
@@ -0,0 +1,6 @@
+tasks:
+- ragweed:
+    client.0:
+      force-branch: ceph-luminous
+      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 f7d5923..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
-os_type: centos
-
-tasks:
-- install:
-    flavor: notcmalloc
-- ceph:
-- rgw:
-    client.0:
-      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
-- s3tests:
-    client.0:
-      force-branch: ceph-luminous
-      rgw_server: client.0
-- swift:
-    client.0:
-      rgw_server: client.0
-- ragweed:
-    client.0:
-      force-branch: ceph-luminous
-      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..5900e0c
--- /dev/null
@@ -0,0 +1,5 @@
+tasks:
+- s3tests:
+    client.0:
+      force-branch: ceph-luminous
+      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