我正在尝试buildbot,并按照教程进行操作。我成功安装并启动了主服务器,如下面的twistd.log部分文件所示。
/**
* @var null|\DateTime
*
* @ORM\Column(name="valid_until", type="datetime")
*/
private $validUntil;
在安装并设置了工作程序之后,该工作程序无法连接到主服务器,并且我也无法加载localhost:8010,因为该教程指示应该正在运行。我已验证是否使用与master.cfg文件指定的名称和密码相同的名称创建了该工作器。对我错过的事情有什么想法吗?
twitter.log的部分工作记录如下:
2018-11-14 08:32:52-0600 [-] BuildMaster is running
2018-11-14 08:32:52-0600 [-] buildbotNetUsageData: sending
{'installid': '38122a5be5d93ebdf0ef631a1584f36f418d12c0', 'versions':
{'Python': '3.6.3', 'Buildbot': '1.5.0', 'Twisted': '18.9.0'},
'platform': {'platform': 'Darwin-18.2.0-x86_64-i386-64bit', 'system':
'Darwin', 'machine': 'x86_64', 'processor': 'i386',
'python_implementation': 'CPython', 'version': 'Darwin Kernel Version
18.2.0:', 'distro': '10.14.2'}, 'plugins':
{'buildbot/worker/base/Worker': 1, 'buildbot/config/BuilderConfig': 1,
'buildbot/schedulers/basic/SingleBranchScheduler': 1,
'buildbot/schedulers/forcesched/ForceScheduler': 1,
'buildbot/changes/gitpoller/GitPoller': 1,
'buildbot/steps/source/git/Git': 1,
'buildbot/steps/shell/ShellCommand': 1}, 'db': 'sqlite', 'mq':
'simple', 'www_plugins': ['waterfall_view', 'console_view', 'grid_view']}
答案 0 :(得分:0)
请尝试使用 buildbot重新配置(http://docs.buildbot.net/1.5.0/manual/cfg-intro.html?highlight=reconfig) 或 buildbot升级大师(http://docs.buildbot.net/1.5.0/manual/cmdline.html?highlight=upgrade-master#)
此外,您还可以在Buildbot快速入门中找到对 reconfig 的引用:(http://docs.buildbot.net/1.5.0/tutorial/tour.html)
您应该在Buildbot决策中的每一次更改(工作人员,时间表,通知者,工厂等)之后使用它