]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks: add ragweed tasks
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 24 Feb 2017 00:56:51 +0000 (16:56 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 19 Feb 2018 22:45:51 +0000 (14:45 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
qa/suites/rgw/multifs/tasks/rgw_ragweed.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/ragweed/1-install/basever.yaml [new file with mode: 0644]
qa/suites/rgw/upgrade/ragweed/1-install/jewel.yaml [deleted file]
qa/suites/rgw/verify/tasks/rgw_ragweed.yaml [new file with mode: 0644]

diff --git a/qa/suites/rgw/multifs/tasks/rgw_ragweed.yaml b/qa/suites/rgw/multifs/tasks/rgw_ragweed.yaml
new file mode 100644 (file)
index 0000000..3114b3a
--- /dev/null
@@ -0,0 +1,19 @@
+tasks:
+- install:
+- ceph:
+- rgw: [client.0]
+- ragweed:
+    client.0:
+      force-branch: ceph-master
+      rgw_server: client.0
+      stages: prepare
+- ragweed:
+    client.0:
+      force-branch: ceph-master
+      rgw_server: client.0
+      stages: check
+overrides:
+  ceph:
+    conf:
+      client:
+        rgw lc debug interval: 10
diff --git a/qa/suites/rgw/upgrade/ragweed/1-install/basever.yaml b/qa/suites/rgw/upgrade/ragweed/1-install/basever.yaml
new file mode 100644 (file)
index 0000000..96b496e
--- /dev/null
@@ -0,0 +1,9 @@
+meta:
+- desc: install ceph/<base> latest
+tasks:
+- install:
+    branch: wip-rgw-support-ragweed
+    exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
+- print: "**** done install base branch"
+- ceph:
+- print: "**** done ceph"
diff --git a/qa/suites/rgw/upgrade/ragweed/1-install/jewel.yaml b/qa/suites/rgw/upgrade/ragweed/1-install/jewel.yaml
deleted file mode 100644 (file)
index cee9913..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-meta:
-- desc: install ceph/<base> latest
-tasks:
-- install:
-    branch: wip-rgw-ragweed
-    exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
-- print: "**** done install base branch"
-- ceph:
-- print: "**** done ceph"
diff --git a/qa/suites/rgw/verify/tasks/rgw_ragweed.yaml b/qa/suites/rgw/verify/tasks/rgw_ragweed.yaml
new file mode 100644 (file)
index 0000000..ab45a13
--- /dev/null
@@ -0,0 +1,25 @@
+os_type: centos   # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
+tasks:
+- install:
+    flavor: notcmalloc
+    debuginfo: true
+- ceph:
+- rgw:
+    client.0:
+      valgrind: [--tool=memcheck]
+- ragweed:
+    client.0:
+      force-branch: ceph-master
+      rgw_server: client.0
+      stages: prepare
+- ragweed:
+    client.0:
+      force-branch: ceph-master
+      rgw_server: client.0
+      stages: check
+overrides:
+  ceph:
+    conf:
+      global:
+        osd_min_pg_log_entries: 10
+        osd_max_pg_log_entries: 10