From 615baf310adc7b529fb9c9a9a0884c00a6e296a8 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 15 Nov 2018 11:42:25 -0700 Subject: [PATCH] When cloning teuthology, pass --depth 1 We don't need history, so we may as well save some time. Signed-off-by: Zack Cerza --- src/pybind/mgr/dashboard/run-backend-api-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/run-backend-api-tests.sh b/src/pybind/mgr/dashboard/run-backend-api-tests.sh index c9b837bd389..a549c69871e 100755 --- a/src/pybind/mgr/dashboard/run-backend-api-tests.sh +++ b/src/pybind/mgr/dashboard/run-backend-api-tests.sh @@ -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