From b8dfa2f73aff0998a4aebf6f61865983f476b8d1 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sun, 25 Jun 2017 09:27:47 +0200 Subject: [PATCH] tests: swift.py: clone the ceph-jewel branch The master branch of ceph/swift.git contains tests that are incompatible with Jewel and Hammer. The ceph-jewel branch omits these tests. Signed-off-by: Nathan Cutler (cherry picked from commit a86ce728954a765797ce634025d43650d990e480) Conflicts: qa/tasks/swift.py: clone ceph-kraken branch instead of ceph-jewel --- qa/tasks/swift.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qa/tasks/swift.py b/qa/tasks/swift.py index 28f75dd0afde9..76bbcef1c1ce9 100644 --- a/qa/tasks/swift.py +++ b/qa/tasks/swift.py @@ -28,7 +28,10 @@ def download(ctx, config): for client in config: ctx.cluster.only(client).run( args=[ - 'git', 'clone', + 'git', + 'clone', + '--branch', + 'ceph-kraken', teuth_config.ceph_git_base_url + 'swift.git', '{tdir}/swift'.format(tdir=testdir), ], -- 2.39.5