]> git-server-git.apps.pok.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>
Wed, 10 Mar 2021 19:14:10 +0000 (20:14 +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>
(cherry picked from commit ec36d501ed5f875d26d1362ec097187697170a4d)

qa/tasks/rbd.py

index 84ad7ee7e7bb498350841f72d5766b55f4cb8db8..b1183fb827000f9d9636442c4727415ded3dfa93 100644 (file)
@@ -476,8 +476,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 }