]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/workunit.py: when cloning, use --depth=1 14214/head
authorDan Mick <dan.mick@redhat.com>
Wed, 29 Mar 2017 03:08:13 +0000 (20:08 -0700)
committerDan Mick <dan.mick@redhat.com>
Wed, 29 Mar 2017 03:09:44 +0000 (20:09 -0700)
commitc1309fbef300a062138ac40eb5d3e5081b833072
tree08f3997c06b77b91e10d31457b49b6f368448d45
parent97ea67fcee1d21413e5cf99c2a85ac6e80081836
tasks/workunit.py: when cloning, use --depth=1

Help avoid killing git.ceph.com.  A depth 1 clone takes about
7 seconds, whereas a full one takes about 3:40 (much of it
waiting for the server to create a huge compressed pack)

Signed-off-by: Dan Mick <dan.mick@redhat.com>
qa/tasks/workunit.py