Skip to main content

A recipe to help setup a buildbot master and slaves

Project description

Introduction

This package provides 2 recipes for helping you manage your buildbot master and slave. We purposefully do not provide machinery for generating project configuration.

Creating and managing your master

To create a buildbot master, add something like this to your buildout.cfg:

[buildbot]
recipe = isotoma.recipe.buildbot
cfgfile = path/to/master.cfg
config =
    "PORT_WEB": "8080",

cfgfile is a normal buildbot master config, but it has a config object in its global namespace that contains the buildout managed properties set under config.

This recipe will also create a wrapper for starting, stopping, reconfiguring and checking the configuration of the master. It will be in your buildout’s bin directory and have the same name as your part.

For buildbot 0.8.0+ installations, the recipe will create and perform migrations on your database.

Mandatory Parameters

cfgfile

Path to a buildbot configuration file. BuildMasterConfig will already be defined, so dont redeclare it.

config

A list of buildout managed settings that are passed to the buildbot master configuration

Optional Parameters

eggs

Any eggs that are needed for the buildbot to function. These are eggs to support your buildbot, as opposed to eggs to support the code buildbot is running for you.

dburl

A buildbot DBSpec for connecting to your buildbot database. Default is sqlite in var directory. See buildbot manual for help setting this.

Creating slaves

To create a buildbot master, add something like this to your buildout cfg:

[bb-slave-1]
recipe = isotoma.recipe.buildbot:slave
basedir = ${buildout:directory}/bb-slave-1
master-host = 10.0.2.2
master-port = 8082
username = blah
password = blah

This will add a slave to the bb-slave-1 directory and add a bb-slave-1 start/stop script to the bin directory.

Mandatory Parameters

basedir

Where the slave will be created and where it stores its temporary data

master-host

The IP or hostname that a slave should connect to

master-port

The port the slave should connect to

username

A valid slave username on the master server to connect with

password

A valid slave password on the master server to connect with

Changelog

0.0.27 (2011-10-04)

  • Fix slave umask after twistd clobbers it

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

isotoma.recipe.buildbot-0.0.27.zip (14.9 kB view details)

Uploaded Source

File details

Details for the file isotoma.recipe.buildbot-0.0.27.zip.

File metadata

File hashes

Hashes for isotoma.recipe.buildbot-0.0.27.zip
Algorithm Hash digest
SHA256 0c573bf293922b964942aaaf9c45941acdc57071e241a4b6e8e65b36578e35e4
MD5 e1b6bdf3610067b51dd0defec789ac9f
BLAKE2b-256 20ad44e75e0b398db90567115ed5900ebe9421ad11b3cc6c41d666b0da3bab65

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page