Add more stuff to exclude when syncing tree in tests

Some extra speedup

Change-Id: I9acef95b4b147b39af2d1b60d27e59a11af897d9
This commit is contained in:
Jedrzej Nowak 2016-02-18 18:41:07 +01:00
parent c39c2bc130
commit 8d64e2e721
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ do
let elapsed_time+=1
done
sshpass -p ${ADMIN_PASSWORD} rsync -rz . -e "ssh ${SSH_OPTIONS}" ${ADMIN_USER}@${ADMIN_IP}:/home/vagrant/solar --include bootstrap/playbooks --exclude "bootstrap/*" --exclude .tox --exclude tmp --exclude x-venv
sshpass -p ${ADMIN_PASSWORD} rsync -rz . -e "ssh ${SSH_OPTIONS}" ${ADMIN_USER}@${ADMIN_IP}:/home/vagrant/solar --include bootstrap/playbooks --exclude "bootstrap/*" --exclude .tox --exclude tmp --exclude x-venv --exclude doc --exclude .vagrant --exclude .testrepository --exclude .eggs --exclude *.box
set +e
sshpass -p ${ADMIN_PASSWORD} ssh ${SSH_OPTIONS} ${ADMIN_USER}@${ADMIN_IP} bash -s <<EOF