]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "qa/tasks/workunit: use the suite repo for cloning workunit" 13495/head
authorSage Weil <sage@newdream.net>
Fri, 17 Feb 2017 17:54:27 +0000 (11:54 -0600)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2017 17:54:27 +0000 (11:54 -0600)
qa/tasks/workunit.py

index 01bc57dcf48d1b87f5c139dc2b127bd50af3e3b5..c509d504eea016b617e147b7e33697d4aaefe641 100644 (file)
@@ -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),