ソースを参照

local worker

covid-videoplattform
コミット
e1a6f4eb0b
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      templates/buildbot/master.cfg.j2

+ 1
- 0
templates/buildbot/master.cfg.j2 ファイルの表示

@@ -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}}



読み込み中…
キャンセル
保存