]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: workunit: handle repo ending in "/ceph-ci" 16228/head
authorNathan Cutler <ncutler@suse.com>
Sat, 8 Jul 2017 08:48:49 +0000 (10:48 +0200)
committerNathan Cutler <ncutler@suse.com>
Sat, 8 Jul 2017 17:03:30 +0000 (19:03 +0200)
commit98eda9a4dc56d5dd2af38d8e97b2cbeba43b6e87
tree39941bdb133fcf794ecd0340cb3e49555434aaa5
parent4bc9f566d04886d7f7311205563070d8b6c709da
qa: workunit: handle repo ending in "/ceph-ci"

If the repo ends in "/ceph-ci" it's the same as if it ended in "/ceph-ci.git"

Before this change, the following command was broken if the workunit specified,
e.g., "branch: jewel":

teuthology-suite --ceph-repo https://github.com/ceph/ceph --ceph master
--suite-repo https://github.com/ceph/ceph-ci --suite-branch wip-foo . . .

Fixes: http://tracker.ceph.com/issues/20554
Signed-off-by: Nathan Cutler <ncutler@suse.com>
qa/tasks/workunit.py