Package buildbot :: Module ec2buildslave
[frames] | no frames]

Module ec2buildslave

source code

A LatentSlave that uses EC2 to instantiate the slaves on demand.

Tested with Python boto 1.5c

Classes
  EC2LatentBuildSlave
Variables
  PENDING = 'pending'
  RUNNING = 'running'
  SHUTTINGDOWN = 'shutting-down'
  TERMINATED = 'terminated'