]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
removed checkout of wip branch of ceph-qe-scripts
authorrakesh <rakesh@dhcp35-53.lab.eng.blr.redhat.com>
Mon, 20 Nov 2017 10:16:51 +0000 (15:46 +0530)
committerrakesh <rakesh@dhcp35-53.lab.eng.blr.redhat.com>
Mon, 20 Nov 2017 10:16:51 +0000 (15:46 +0530)
qa/tasks/multisite_rgw_system_test.py

index fa0e02571eb8c504fa84342021f490cfbe4823a7..77e7b128f93456a72bdcd6aa283f83c5fa5d6d81 100644 (file)
@@ -344,9 +344,7 @@ def task(ctx, config):
                 run.Raw(';'),
                 'git',
                 'clone',
-                'http://gitlab.osas.lab.eng.rdu2.redhat.com/ceph/ceph-qe-scripts.git',
-                '-b',
-                'multisite-debugging'
+                'http://gitlab.osas.lab.eng.rdu2.redhat.com/ceph/ceph-qe-scripts.git'
                 ])
 
         remote.run(args=['virtualenv', 'venv'])