Difference between revisions of "Mozilla BuildBot Trending/BuildBot"

From CDOT Wiki
Jump to: navigation, search
(Mozilla's BuildBot Sources)
Line 1: Line 1:
 
=Mozilla's BuildBot Sources=
 
=Mozilla's BuildBot Sources=
 
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/tools/buildbot - Thanks nthomas
 
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/tools/buildbot - Thanks nthomas
 
+
To allow the HTTP interface to trigger a build manually, make sure your WebStatus has allForce=True - Thanks bhearsum
 +
<code>from buildbot.status import html
 +
c['status'].append(html.WebStatus(http_port=8010, allowForce=True))</code>
 
==Seneca BuildBot Master Configuration==
 
==Seneca BuildBot Master Configuration==
 
<table>
 
<table>

Revision as of 15:40, 22 January 2009

Mozilla's BuildBot Sources

cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/tools/buildbot - Thanks nthomas To allow the HTTP interface to trigger a build manually, make sure your WebStatus has allForce=True - Thanks bhearsum from buildbot.status import html c['status'].append(html.WebStatus(http_port=8010, allowForce=True))

Seneca BuildBot Master Configuration

Build Masteraustralia - 142.204.133.24 Build Save Port9989 Web Status Port8010

Seneca BuildBot Slaves Configuration

Addressliberia - 142.204.133.123