From 96bc86b537c8194ab16693594b2e2647fff86b09 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 17 Feb 2017 11:54:27 -0600 Subject: [PATCH] Revert "qa/tasks/workunit: use the suite repo for cloning workunit" --- 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 01bc57dcf48d1..c509d504eea01 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_qa_suite_git_url() + git_url = teuth_config.get_ceph_git_url() try: remote.run( logger=log.getChild(role), -- 2.39.5