Sha256: 864d29c5121c77a3698a2377c0867e0d00028576871f832e5f24a58c63b57ab9

Contents?: true

Size: 1.07 KB

Versions: 10

Compression:

Stored size: 1.07 KB

Contents

# Which server to use.
server_host: <%= options.connect %>
<%- if options.user -%>
server_user: <%= options.user %>
<%- else -%>
# server_user: <%= Testbot::DEFAULT_USER %>
<%- end -%>

# Project prefix. Used for prefixing project files
# so that you can run multiple projects in the same testbot network.
<%- if options.project %>
project: <%= options.project %>
<%- else -%>
# project: <%= Testbot::DEFAULT_PROJECT %>
<%- end -%>

# RSync settings. The folder where your files are synced to
# and then fetched from before running the tests.
<%- if options.rsync_path -%>
rsync_path: <%= options.rsync_path %>
<%- else -%>
# rsync_path: <%= Testbot::DEFAULT_SERVER_PATH %>
<%- end -%>
<%- if options.rsync_ignores -%>
rsync_ignores: <%= options.rsync_ignores %>
<%- else -%>
# rsync_ignores:
<%- end -%>

# To tunnel traffic through SSH
<%- if options.ssh_tunnel -%>
ssh_tunnel: true
<%- else -%>
# ssh_tunnel: true
<%- end -%>

# 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%

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
testbot-0.3.5 lib/generators/testbot/templates/testbot.yml.erb
testbot-0.3.4 lib/generators/testbot/templates/testbot.yml.erb
testbot-0.3.3 lib/generators/testbot/templates/testbot.yml.erb
testbot-0.3.2 lib/generators/testbot/templates/testbot.yml.erb
testbot-0.3.1 lib/generators/testbot/templates/testbot.yml.erb
testbot-0.3.0 lib/generators/testbot/templates/testbot.yml.erb
testbot-0.2.9 lib/generators/testbot/templates/testbot.yml.erb
testbot-0.2.8 lib/generators/testbot/templates/testbot.yml.erb
testbot-0.2.7 lib/generators/testbot/templates/testbot.yml.erb
testbot-0.2.6 lib/generators/testbot/templates/testbot.yml.erb