[Buildbot] #3088: add a foreign key from builds to buildslaves

Buildbot trac trac at buildbot.net
Tue Dec 2 23:16:10 UTC 2014


#3088: add a foreign key from builds to buildslaves
------------------------+----------------------
Reporter:  dustin       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  0.9.+
 Version:               |   Keywords:  database
------------------------+----------------------
 {{{
 #! python
     # This table contains basic information about each build.
     builds = sa.Table('builds', metadata,
 ...
                       # slave which performed this build
                       # TODO: ForeignKey to buildslaves table, named
 buildslaveid
                       # TODO: keep nullable to support slave-free builds
                       sa.Column('buildslaveid', sa.Integer),
 }}}

--
Ticket URL: <http://trac.buildbot.net/ticket/3088>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list