]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Relocate teuthology checkouts to ~/src/
authorZack Cerza <zack@cerza.org>
Thu, 3 Jul 2014 16:12:41 +0000 (10:12 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 3 Jul 2014 16:12:41 +0000 (10:12 -0600)
Also use an underscore instead of a dash between 'teuthology' and the
branch name.

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/worker.py

index 53da3b7d1c6d12a8557cfbaef1aa8c27df3cb76e..dc85376e1cd803403f7e3c30cf8983433b1d1241 100644 (file)
@@ -166,8 +166,8 @@ def main(ctx):
         teuthology_branch = job_config.get('teuthology_branch', 'master')
         job_config['teuthology_branch'] = teuthology_branch
 
-        teuth_path = os.path.join(os.getenv("HOME"),
-                                  'teuthology-' + teuthology_branch)
+        teuth_path = os.path.join(os.getenv("HOME"), 'src',
+                                  'teuthology_' + teuthology_branch)
 
         try:
             fetch_teuthology_branch(dest_path=teuth_path,