]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/krbd: new rbd_xfstests job definition 17970/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 18 Aug 2017 15:49:03 +0000 (17:49 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 26 Sep 2017 14:37:46 +0000 (16:37 +0200)
ext4 seems to be a better choice for our purposes -- less test churn,
rather small and reliable exclude list.

All excluded tests but generic/050 fail with no krbd in the mix, most
have popped up on linux-ext4 list at least once.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 6647c65ebe0688283cc8b9da9f638a4d6ffb75de)

qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml

index d27054a848227e8985d741d8f9cabd2168dc1411..443aa0efac855dff8e796e4e1c36196e4a4ab139 100644 (file)
@@ -11,13 +11,28 @@ tasks:
 - install:
 - ceph:
 - rbd.xfstests:
-    client.0:
+    client.0: &ref
         test_image: 'test_image-0'
+        test_size: 5120  # MB
         scratch_image: 'scratch_image-0'
-        tests: '-g auto'
+        scratch_size: 5120  # MB
+        fs_type: ext4
+        tests: '-g auto -x clone'
+        exclude:
+        - generic/042
+        - generic/392
+        - generic/044
+        - generic/045
+        - generic/046
+        - generic/223
+        - ext4/304
+        - generic/050  # krbd BLKROSET bug
+        - generic/388
+        - generic/405
+        - generic/422
+        - generic/448
         randomize: true
     client.1:
+        <<: *ref
         test_image: 'test_image-1'
         scratch_image: 'scratch_image-1'
-        tests: '-g auto'
-        randomize: true