Created
November 25, 2010 20:03
-
-
Save joakimk/715839 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Which server to use. | |
server_host: 192.168.1.10 | |
# server_user: testbot | |
# Project prefix. Used for prefixing project files | |
# so that you can run multiple projects in the same testbot network. | |
# project: project | |
# RSync settings. The folder where your files are synced to | |
# and then fetched from before running the tests. | |
# rsync_path: /tmp/testbot/username | |
# rsync_ignores: | |
# To tunnel traffic through SSH | |
# ssh_tunnel: true | |
# Runner usage. Set to a lower percentage to not use | |
# every available instance or higher to create more | |
# jobs than there are instances. | |
available_runner_usage: 100% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment