From c5c5d0fb730876d74e99ccf269af9064cc4c18ba Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Fri, 11 May 2018 17:38:45 -0700 Subject: [PATCH] force rgw test branch to ceph-luminous Signed-off-by: Vasu Kulkarni --- qa/tasks/s3tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index c2981de6e58a8..c1debfc30b578 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) -- 2.39.5