mirror of
https://github.com/ceph/ceph
synced 2025-01-29 14:34:40 +00:00
Relocate teuthology checkouts to ~/src/
Also use an underscore instead of a dash between 'teuthology' and the branch name. Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
parent
3428b090b4
commit
4881b2ed2b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user