Project

General

Profile

Bug #18342

Updated by Nathan Cutler over 7 years ago

In latest teuthology, I specify ceph/ceph.git using --ceph-repo, but it still looks for master in ceph/ceph-ci.git: 

 <pre> 
 smithfarm@teuthology:~/teuthology$ ./virtualenv/bin/teuthology-suite -c master --ceph-repo https://github.com/ceph/ceph.git -s fs --filter "recovery/{begin.yaml clusters/4-remote-clients.yaml fs/xfs.yaml mount/fuse.yaml objectstore/filestore.yaml overrides/{debug.yaml frag_enable.yaml fuse-unmounted.yaml whitelist_wrongly_marked_down.yaml} tasks/volume-client.yaml}" --priority 101 --email ncutler@suse.cz -m smithi 
 2016-12-22 22:07:06,244.244 INFO:teuthology.suite.run:ceph sha1: 566ad2d8b57dc25c4d2bd143df9a94a22c018991 
 2016-12-22 22:07:06,484.484 INFO:teuthology.suite.run:ceph version: 11.1.0-6184.g566ad2d 
 2016-12-22 22:07:06,484.484 INFO:teuthology.suite.run:teuthology branch: master 
 2016-12-22 22:07:06,496.496 INFO:teuthology.suite.run:branch master not in ceph-ci; will use master for ceph-qa-suite 
 Traceback (most recent call last): 
   File "./virtualenv/bin/teuthology-suite", line 11, in <module> 
     load_entry_point('teuthology', 'console_scripts', 'teuthology-suite')() 
   File "/home/smithfarm/teuthology/scripts/suite.py", line 138, in main 
     return teuthology.suite.main(args) 
   File "/home/smithfarm/teuthology/teuthology/suite/__init__.py", line 86, in main 
     run = Run(conf) 
   File "/home/smithfarm/teuthology/teuthology/suite/run.py", line 46, in __init__ 
     self.base_config = self.create_initial_config() 
   File "/home/smithfarm/teuthology/teuthology/suite/run.py", line 95, in create_initial_config 
     suite_hash = self.choose_suite_hash(suite_branch) 
   File "/home/smithfarm/teuthology/teuthology/suite/run.py", line 262, in choose_suite_hash 
     util.schedule_fail(message=str(exc), name=self.name) 
   File "/home/smithfarm/teuthology/teuthology/suite/util.py", line 71, in schedule_fail 
     raise ScheduleFailError(message, name) 
 teuthology.exceptions.ScheduleFailError: Scheduling smithfarm-2016-12-22_22:07:05-fs-master---basic-smithi failed: Branch 'master' not found in repo: ceph-ci! 
 </pre>

Back