You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
joakimk edited this page Dec 3, 2010
·
13 revisions
The simplest form of testbot deployment is on development workstations because you already have an environment with everything needed to get your tests to run. When using server resources it's often a good idea to automate installing and updating. I plan to add information on how I do this here. Feel free to contribute!
Optimizations
Place your runner project cache in ramdisk to speedup rsync.
echo 'none /tmp tmpfs defaults 0 0' >> /etc/fstab
mount -a