[Buildbot-devel] "buildbot try" does not show committer in waterfall changes column
Gunnison, Brian
brian.gunnison at intel.com
Wed Jun 16 21:12:04 UTC 2010
Is this by design? Or do I have something configured wrong? It's important that we see who is trying what (consuming precious test resources...). Plus I expect a blame email to be sent to the committer.
My try scheduler looks like this:
from buildbot.scheduler import Try_Userpass
trysched = Try_Userpass( "try smoke",
all_builder_names,
port=8031,
userpass=[("me",slave_password)])
c['schedulers'].append(trysched)
builds are started, so my "try_username" works.
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20100616/2c89ff76/attachment.html>
More information about the devel
mailing list