[Buildbot-commits] [Buildbot] #1931: EC2LatentBuildSlave does not terminate EBS-backed instances

Buildbot nobody at buildbot.net
Wed Apr 20 22:16:42 UTC 2011


#1931: EC2LatentBuildSlave does not terminate EBS-backed instances
--------------------+------------------------
Reporter:  mback2k  |       Owner:
    Type:  defect   |      Status:  new
Priority:  major    |   Milestone:  undecided
 Version:  0.8.3p1  |  Resolution:
Keywords:           |
--------------------+------------------------

Comment (by mback2k):

 I think .terminate() works on EBS and S3 backed instances. And because
 reusing the same instance by starting it again is also not implemented
 yet, it would make no sense to add a configurable option.

 In the long run it should be possible to create and launch an instance
 from an AMI if there is no instance yet and then let the user setup for
 example the following:

 - Start on demand.
 - Stop after 5 minutes.
 - Terminate after 30 minutes.

 That would allow for quicker restarts while the instance has not been
 terminated.

 But to fix this bug first, I suppose to just replace .stop() with
 .instance() for now.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1931#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list