When cloning teuthology, pass --depth 1

We don't need history, so we may as well save some time.

Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
Zack Cerza 2018-11-15 11:42:25 -07:00
parent ac5b4f6d78
commit 615baf310a

View File

@ -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