[Buildbot] #2871: make buildbot portable within AWS by moving static log files to s3 and using aws lifecycle management

Buildbot trac trac at buildbot.net
Wed Aug 13 02:17:52 UTC 2014


#2871: make buildbot portable within AWS by moving static log files to s3 and
using aws lifecycle management
------------------------+-------------------------
Reporter:  jrf222       |       Owner:
    Type:  enhancement  |      Status:  closed
Priority:  major        |   Milestone:  0.9.0
 Version:  0.8.9        |  Resolution:  worksforme
Keywords:               |
------------------------+-------------------------
Changes (by dustin):

 * status:  new => closed
 * resolution:   => worksforme
 * milestone:  undecided => 0.9.0


Comment:

 Buildbot doesn't accumulate logs forever -- logHorizon, among other
 configuration parameters, dictate the lifetime of various data elements.

 Also, since in the next version Buildbot stores all of its state in a
 database, there's no reason not to use an Amazon RDS solution - MySQL or
 Postgres - to store it.

 If you're interested in working on this, please have a look at the latest
 commits to master.  In particular, we haven't implemented the horizons for
 the new, database-backed logs, steps, and builds.  If you'd like to submit
 a patch to implement one or more of those, that would be great!

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


More information about the bugs mailing list