Revision 1 as of 2012-04-29 10:21:40

Clear message

Back to developer page.

Buildbot

Buildbot Overview

We use Buildbot for automated building and testing of Fast Downward. The Buildbot master for Fast Downward is located at http://buildbot.fast-downward.org/, and it currently runs Buildbot version 0.7.12.

Buildbot Configuration

Our Buildbot is configured with 4 build types:

Buildbot Operation

Here are some basic commands for the buildbot (master or slave):

buildbot start BASEDIR

buildbot stop BASEDIR

buildbot reconfig BASEDIR

buildbot restart BASEDIR

BASEDIR is the location of the buildbot configuration file (master.cfg for master, buildbot.tac for slave)