mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
tasks/s3tests: use ceph-$foo branches
We need to be able to merge things into s3-tests master that break rgw. Create ceph-foo branches (ceph-master, ceph-infernalis, etc.) and use those instead. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
8bac7213cb
commit
26eb35d611
@ -129,7 +129,7 @@ def download(ctx, config):
|
||||
if not branch:
|
||||
ceph_branch = ctx.config.get('branch')
|
||||
suite_branch = ctx.config.get('suite_branch', ceph_branch)
|
||||
branch = cconf.get('branch', suite_branch)
|
||||
branch = cconf.get('branch', 'ceph-' + suite_branch)
|
||||
if not branch:
|
||||
raise ValueError(
|
||||
"Could not determine what branch to use for s3tests!")
|
||||
|
Loading…
Reference in New Issue
Block a user