]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/workunit: use the suite repo for cloning workunit 13452/head
authorKefu Chai <kchai@redhat.com>
Thu, 16 Feb 2017 07:05:28 +0000 (15:05 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 16 Feb 2017 07:05:51 +0000 (15:05 +0800)
as "workunits" reside in ceph/qa/workunits, it's more intuitive to
respect suite-repo option when cloning workunits.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/workunit.py

index c509d504eea016b617e147b7e33697d4aaefe641..01bc57dcf48d1b87f5c139dc2b127bd50af3e3b5 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_git_url()
+    git_url = teuth_config.get_ceph_qa_suite_git_url()
     try:
         remote.run(
             logger=log.getChild(role),