[Buildbot] #3531: use of "?tag=..." yields exception in web status interface

Buildbot trac trac at buildbot.net
Wed Apr 20 14:01:06 UTC 2016


#3531: use of "?tag=..." yields exception in web status interface
-------------------+-----------------------
Reporter:  stefan  |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  undecided
 Version:  0.8.12  |   Keywords:
-------------------+-----------------------
 I'm trying to set up a buildbot instance. I have added 'tags' properties
 to all my builders, and in the web interface I now try to view only
 builders having a specific tag.

 Accessing an URL of the form localhost:8010/builders?tag=python-2.7 yields
 the exception

 exceptions.AttributeError: 'Builder' object has no attribute
 'matchesAnyTag'

 in
 /usr/local/lib/python2.7/dist-packages/buildbot/status/master.py:244 in
 getBuilderNames


 (which I notice was already reported on the mailing list a while ago).

 Is there some support for tags missing in the status interface ?

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


More information about the bugs mailing list