Changes

Jump to: navigation, search

Buildbot and EC2

809 bytes added, 12:17, 21 November 2007
Release 0.2
Still have to think about how to turn the new EC2 instances off after the build is done.
 
====0.2.1====
=====About=====
I have made a slight modification to the EC2BuildSlave.<br/>
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=====
* [[http://zenit.senecac.on.ca/wiki/imgs/Buildbot_EC2.zip Patch]]
----
1
edit

Navigation menu