c['schedulers'] = []
c['schedulers'].append(Scheduler(name="all", branch=None,
treeStableTimer=None,
- builderNames=["maker"]))
+ builderNames=["osrf-trunk-ubuntu-10.04-x86_64"]))
####### BUILDERS
c['builders'] = []
c['builders'].append(
- BuilderConfig(name="maker",
+ BuilderConfig(name="osrf-trunk-ubuntu-10.04-x86_64",
slavenames=["opensrf-slave"],
factory=factory))
)
c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg))
+# Send mail when a build is broken
+from buildbot.status.mail import MailNotifier
+mn = MailNotifier(
+ fromaddr="buildbot@testing.esilibrary.com",
+ sendToInterestedUsers=False,
+ mode='problem',
+ extraRecipients=["dan@coffeecode.net"])
+c['status'].append(mn)
+
####### PROJECT IDENTITY
# the 'projectName' string will be used to describe the project that this
# with an externally-visible host name which the buildbot cannot figure out
# without some help.
-c['buildbotURL'] = "http://localhost:8010/"
+c['buildbotURL'] = "http://testing.evergreen-ils.org/buildbot/"
####### DB URL