Changes

Jump to: navigation, search

Buildbot and EC2

5 bytes removed, 13:09, 21 November 2007
m
About: fixed a markup problem
It now requires some additional input, because I had been hardcoding some values in, and thats sloppy, so I corrected it to allow you to put any variable parameters in the config file.<br/>
Basically, you will lay out a new EC2BuildSlave like this:
  from buildbot.EC2BuildSlave import EC2BuildSlave</br>
c['slaves'] = [EC2BuildSlave("bot1name", "bot1passwd", "public key", "private key", "dns", "instance-id")]
//Where dns = www.whatever.com:8898, or 88.123.55.456:8898
//and public/private key is your public/private key from Amazon
//and instance-id is the instance you would like to launch ("ami-87d530ee")
 
=====Downloads=====

Navigation menu