From: Vasu Kulkarni Date: Sat, 12 May 2018 00:38:45 +0000 (-0700) Subject: force rgw test branch to ceph-luminous X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c5c5d0fb730876d74e99ccf269af9064cc4c18ba;p=ceph.git force rgw test branch to ceph-luminous Signed-off-by: Vasu Kulkarni --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index c2981de6e58a..c1debfc30b57 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -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)