]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
upgrade/dumpling-x/parallel: test cuttlefish->dumpling starting point
authorSage Weil <sage@inktank.com>
Wed, 19 Mar 2014 04:34:25 +0000 (21:34 -0700)
committerSage Weil <sage@inktank.com>
Wed, 19 Mar 2014 04:34:25 +0000 (21:34 -0700)
Maybe this will trigger #7519.  And anyway, it's good coverage.

Signed-off-by: Sage Weil <sage@inktank.com>
suites/upgrade/dumpling-x/parallel/1-dumpling-install/cuttlefish-dumpling.yaml [new file with mode: 0644]

diff --git a/suites/upgrade/dumpling-x/parallel/1-dumpling-install/cuttlefish-dumpling.yaml b/suites/upgrade/dumpling-x/parallel/1-dumpling-install/cuttlefish-dumpling.yaml
new file mode 100644 (file)
index 0000000..3333ce6
--- /dev/null
@@ -0,0 +1,14 @@
+tasks:
+- install:
+    branch: cuttlefish
+- print: "**** done cuttlefish install"
+- ceph:
+    fs: xfs
+- print: "**** done ceph"
+- install.upgrade:
+    all:
+      branch: dumpling
+- parallel:
+    - workload
+    - upgrade-sequence
+- print: "**** done parallel"