Skip to content

Commit

Permalink
Merge pull request #13452 from tchaikov/wip-suite-repo-for-workunit
Browse files Browse the repository at this point in the history
qa/tasks/workunit: use the suite repo for cloning workunit

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
tchaikov committed Feb 16, 2017
2 parents a9afc5a + 1f82b9b commit 8f8c060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/workunit.py
Expand Up @@ -308,7 +308,7 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None, timeout=None):
clonedir = '{tdir}/clone.{role}'.format(tdir=testdir, role=role)
srcdir = '{cdir}/qa/workunits'.format(cdir=clonedir)

git_url = teuth_config.get_ceph_git_url()
git_url = teuth_config.get_ceph_qa_suite_git_url()
try:
remote.run(
logger=log.getChild(role),
Expand Down

0 comments on commit 8f8c060

Please sign in to comment.