]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/rbd: fix xfstests_branch/url example
authorIlya Dryomov <idryomov@gmail.com>
Sat, 27 Feb 2021 13:58:45 +0000 (14:58 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sat, 27 Feb 2021 14:25:39 +0000 (15:25 +0100)
- don't mention xfstests_branch together with xfstests_url as
  xfstests_branch gets superseded by xfstests_url
- make xfstests_url example more clear

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/tasks/rbd.py

index f17543c15b0ef23ab1a61d1732414dd51c25f6d7..6b9786f220ae8d1e8282716b44517e5b6a36ebc1 100644 (file)
@@ -534,8 +534,7 @@ def xfstests(ctx, config):
                 exclude:
                 - generic/42
                 randomize: true
-                xfstests_branch: master
-                xfstests_url: 'https://raw.github.com/ceph/branch/master/qa'
+                xfstests_url: 'https://raw.github.com/ceph/ceph-ci/wip-55555/qa'
     """
     if config is None:
         config = { 'all': None }