[users at bb.net] Buildbot 0.8.7p1 + MySQL 5.0.95 all builds are pending.
Алексей Катеров
lexus_690 at mail.ru
Fri Aug 26 13:12:59 UTC 2016
Hello,
I have Buildbot configured with version 0.8.7p1. Previously it worked with SQLite database, but now I need it to work with MySQL to implement multi-master mode.
I have put this:
c['db'] = {
# This specifies what database buildbot uses to store its state. You can leave
# this at its default for all but the largest installations.
'db_url' : "mysql://root:password@localhost/buildbot?max_idle=300",
'db_poll_interval' : 5 (I have also tried 30, 60 and 1)
}
in my configuration, wait_timeout is set to 28800. Now every requested build is pending even if there are available slaves, and it is pending until I restart master or slave by which this build could be executed. Did I forget some additional configuration for MySQL or Buildbot? Also I tried to put database configuration like this:
c['db_url'] = "mysql://root:123123@localhost/buildbot?max_idle=300"
c['db_poll_interval'] = 5 Also didn't work. Any help or advice are appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20160826/fd6706e1/attachment.html>
More information about the users
mailing list