]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: swift.py: clone the ceph-luminous branch 21048/head
authorNathan Cutler <ncutler@suse.com>
Sun, 25 Jun 2017 07:27:47 +0000 (09:27 +0200)
committerCasey Bodley <cbodley@redhat.com>
Wed, 4 Apr 2018 20:10:54 +0000 (16:10 -0400)
The master branch of ceph/swift.git contains tests that are incompatible with
Jewel and Luminous. The ceph-luminous branch omits these tests.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit a86ce728954a765797ce634025d43650d990e480)

Conflicts: qa/tasks/swift.py (cherry-picked jewel version to luminous)

qa/tasks/swift.py

index 28f75dd0afde99135ffb621f3c88e5e56331a4be..9cd580a023ed86e7b75a1f516842c900e713a0fc 100644 (file)
@@ -28,7 +28,10 @@ def download(ctx, config):
     for client in config:
         ctx.cluster.only(client).run(
             args=[
-                'git', 'clone',
+                'git',
+                'clone',
+                '--branch',
+                'ceph-luminous',
                 teuth_config.ceph_git_base_url + 'swift.git',
                 '{tdir}/swift'.format(tdir=testdir),
                 ],