Package buildbot :: Module ec2buildslave
[hide private]
[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 [hide private]
  EC2LatentBuildSlave
Variables [hide private]
  PENDING = 'pending'
  RUNNING = 'running'
  SHUTTINGDOWN = 'shutting-down'
  TERMINATED = 'terminated'