Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Deployment

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

Also see Optimizing your project.

Resources