]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
remove force branch use for rgw s3 test
authorVasu Kulkarni <vasu@redhat.com>
Fri, 11 May 2018 21:15:58 +0000 (14:15 -0700)
committerVasu Kulkarni <vasu@redhat.com>
Fri, 11 May 2018 21:15:58 +0000 (14:15 -0700)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
qa/tasks/s3tests.py

index 31acc071a54a41e9b7c94169cadf35912a9c367c..c2981de6e58a88216aa5d0a30aa894504763559c 100644 (file)
@@ -33,7 +33,6 @@ def download(ctx, config):
     s3_branches = [ 'giant', 'firefly', 'firefly-original', 'hammer' ]
     for (client, cconf) in config.items():
         branch = cconf.get('force-branch', None)
-        branch = 'wip-fix-416'
         if not branch:
             ceph_branch = ctx.config.get('branch')
             suite_branch = ctx.config.get('suite_branch', ceph_branch)