[Buildbot-commits] [Buildbot] #2260: 'builddir' path is used on both master and slave

Buildbot nobody at buildbot.net
Tue Mar 27 05:11:00 UTC 2012


#2260: 'builddir' path is used on both master and slave
-------------------+--------------------
Reporter:  ayust   |       Owner:
    Type:  defect  |      Status:  new
Priority:  minor   |   Milestone:  0.8.7
 Version:  master  |  Resolution:
Keywords:  simple  |
-------------------+--------------------
Changes (by dustin):

 * keywords:   => simple
 * priority:  critical => minor
 * milestone:  0.9.0 => 0.8.7


Comment:

 At one point, there were explicit checks for overlapping builddirs, though
 slavedirs are intentionally allowed to overlap (Use At Your Own Risk).

 This check, assuming it's still working, would prevent the second point --
 "two builders have the same builddir" -- from occurring.

 Since this will be obviated by moving this data to the database, perhaps
 for the remainder of 0.8.x we should just issue a warning for absolute
 paths in builddirs?

  * minor because while this caused mayhem, it is something of a corner
 case; and
  * simple because adding this warning only requires grokking
 `master/buildbot/config.py`.

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


More information about the Commits mailing list