]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
config: default to ceph-ci.git
authorSage Weil <sage@redhat.com>
Wed, 14 Dec 2016 22:08:26 +0000 (17:08 -0500)
committerSage Weil <sage@redhat.com>
Wed, 14 Dec 2016 22:08:26 +0000 (17:08 -0500)
Developers will normally be pushing branches to ceph-ci and testing against
those.  Testings branches in the canonical ceph.git will be less common
(mostly the cron jobs).

Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/config.py

index ef74bb5d1e32ee76c5abf7d8d403035108de2b6e..a2b1162779124288c39590ed820918efb52a3867 100644 (file)
@@ -187,7 +187,7 @@ class TeuthologyConfig(YamlConfig):
 
     def get_ceph_git_url(self):
         return (self.ceph_git_url or
-                self.ceph_git_base_url + 'ceph.git')
+                self.ceph_git_base_url + 'ceph-ci.git')
 
 
 class JobConfig(YamlConfig):