]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
When cloning teuthology, pass --depth 1
authorZack Cerza <zack@redhat.com>
Thu, 15 Nov 2018 18:42:25 +0000 (11:42 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 16 Nov 2018 17:44:03 +0000 (10:44 -0700)
We don't need history, so we may as well save some time.

Signed-off-by: Zack Cerza <zack@redhat.com>
src/pybind/mgr/dashboard/run-backend-api-tests.sh

index c9b837bd389d1d6443ac101639219a9f97e814ef..a549c69871e0c973dc394edccd334c95e921ed37 100755 (executable)
@@ -74,7 +74,7 @@ EOF
     pip install -r $CURR_DIR/requirements.txt
     deactivate
 
-    git clone https://github.com/ceph/teuthology.git
+    git clone --depth 1 https://github.com/ceph/teuthology.git
 
     cd $BUILD_DIR