From: Ilya Dryomov Date: Sat, 27 Feb 2021 13:58:45 +0000 (+0100) Subject: qa/tasks/rbd: fix xfstests_branch/url example X-Git-Tag: v17.1.0~2779^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ec36d501ed5f875d26d1362ec097187697170a4d;p=ceph-ci.git qa/tasks/rbd: fix xfstests_branch/url example - 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 --- diff --git a/qa/tasks/rbd.py b/qa/tasks/rbd.py index f17543c15b0..6b9786f220a 100644 --- a/qa/tasks/rbd.py +++ b/qa/tasks/rbd.py @@ -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 }