Browse Source

local worker

covid-videoplattform
parent
commit
e1a6f4eb0b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      templates/buildbot/master.cfg.j2

+ 1
- 0
templates/buildbot/master.cfg.j2 View File

@@ -8,6 +8,7 @@ from buildbot.plugins import *
c = BuildmasterConfig = {}

c['workers'] = []
c['workers'].append(worker.LocalWorker("local-worker",max_builds=1))

c['protocols'] = {'pb': {'port': 9989}}



Loading…
Cancel
Save