[Buildbot-commits] [Buildbot] #2224: Support MySQL partitioning
Buildbot
nobody at buildbot.net
Sat Mar 2 16:47:26 UTC 2013
#2224: Support MySQL partitioning
------------------------+--------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.9.+
Version: 0.8.2 | Resolution:
Keywords: database |
------------------------+--------------------
Comment (by dustin):
This done here for Mozpool:
https://github.com/mozilla/mozpool/blob/master/sql/schema.sql
I think that the Buildbot support for this would basically involve
changing the SQL used to prune builds, logs, etc. Instead of running a
'DELETE' query, Buildbot would invoke a partition-updating function. We
could supply that function in a contrib script.
Nine currently doesn't prune anything, so this will need to wait a bit.
--
Ticket URL: <http://trac.buildbot.net/ticket/2224#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list