]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
force rgw test branch to ceph-luminous
authorVasu Kulkarni <vasu@redhat.com>
Sat, 12 May 2018 00:38:45 +0000 (17:38 -0700)
committerVasu Kulkarni <vasu@redhat.com>
Sat, 12 May 2018 00:38:45 +0000 (17:38 -0700)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
qa/tasks/s3tests.py

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