From 1f82b9b9446dd704cc39525f6d122bfc6cb3f398 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 16 Feb 2017 15:05:28 +0800 Subject: [PATCH] qa/tasks/workunit: use the suite repo for cloning workunit as "workunits" reside in ceph/qa/workunits, it's more intuitive to respect suite-repo option when cloning workunits. Signed-off-by: Kefu Chai --- qa/tasks/workunit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/workunit.py b/qa/tasks/workunit.py index c509d504eea01..01bc57dcf48d1 100644 --- a/qa/tasks/workunit.py +++ b/qa/tasks/workunit.py @@ -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), -- 2.39.5