|
|
@@ -5,7 +5,7 @@ from buildbot.plugins import * |
|
|
|
c = BuildmasterConfig = {} |
|
|
|
|
|
|
|
c['workers'] = [] |
|
|
|
c['workers'].append(worker.LocalWorker("local-worker",max_builds=1)) |
|
|
|
c['workers'].append(worker.LocalWorker("local-worker")) |
|
|
|
|
|
|
|
c['protocols'] = {'pb': {'port': 9989}} |
|
|
|
|
|
|
@@ -77,7 +77,8 @@ c['www'] = dict( |
|
|
|
plugins = dict( |
|
|
|
waterfall_view={}, |
|
|
|
console_view={}, |
|
|
|
grid_view={} |
|
|
|
grid_view={}, |
|
|
|
badges={"left_pad": 0, "right_pad": 0, "border_radius": 3, "style": "badgeio"}, |
|
|
|
), |
|
|
|
change_hook_dialects={ |
|
|
|
'github': {} |
|
|
|