From: Sage Weil Date: Wed, 14 Dec 2016 17:28:23 +0000 (-0500) Subject: Revert "tasks/workunit.py: depth 1 clone" X-Git-Tag: v11.1.1~58^2^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0c061c14a6386904252d8c1a18612d112bee119d;p=ceph.git Revert "tasks/workunit.py: depth 1 clone" This reverts commit 4faf77a649cb3f8ddf497ca81937b3dbf63a18dc. --- diff --git a/tasks/workunit.py b/tasks/workunit.py index 6b9869efea57..d424b324110d 100644 --- a/tasks/workunit.py +++ b/tasks/workunit.py @@ -314,8 +314,6 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None, timeout=None): args=[ 'git', 'clone', - '--depth', - '1', git_url, clonedir, run.Raw(';'),