[Buildbot-commits] [Buildbot] #2055: buildmaster spins when build starts

Buildbot nobody at buildbot.net
Thu Jul 21 03:13:45 UTC 2011


#2055: buildmaster spins when build starts
------------------------+--------------------
Reporter:  mmorse       |       Owner:
    Type:  defect       |      Status:  new
Priority:  major        |   Milestone:  0.8.5
 Version:  0.8.4p2      |  Resolution:
Keywords:  performance  |
------------------------+--------------------

Comment (by mmorse):

 There's nothing in the http.log file--it's zero length.

 I've been commenting out various parts of my master.cfg file to try to
 locate the part that starts Python spinning. I've found that when I
 uncomment even one of the 'deliverator_builder-*' items in the 'builders'
 array below, I get a spin. I've even tried commenting out the one build
 step (deliverator_ck_out), so that the build factory does nothing, and it
 still spins.

 If I comment out both deliverator_builders as below, then the site works
 fine, and the http.log file show access when I access the waterfall
 display.

 -------------------------------------------------------------
 {{{

 deliverator_build_steps = [
     deliverator_ck_out,
 ]

 deliverator_factory = factory.BuildFactory()
 deliverator_factory.addSteps( deliverator_build_steps )

 ## configure builders
 lagos_setup_builder_Lion = {
       'name': "Lagos-Setup-Deliverator-Lion",
       'slavename': "DeliveratorTester-Lion",
       'builddir': "Lagos-Setup-Deliverator-Lion-Build",
       'factory': lagos_setup_factory,
       }

 lagos_setup_builder_SL = {
       'name': "Lagos-Setup-Deliverator-SL",
       'slavename': "DeliveratorTester-SL",
       'builddir': "Lagos-Setup-Deliverator-SL-Build",
       'factory': lagos_setup_factory,
       }

 deliverator_builder_Lion = {
       'name': "Deliverator-Lion",
       'slavename': "DeliveratorTester-Lion",
       'builddir': "Deliverator-Lion-Build",
       'factory': deliverator_factory,
       }

 deliverator_builder_SL = {
       'name': "Deliverator-SL",
       'slavename': "DeliveratorTester-SL",
       'builddir': "Deliverator-SL-Build",
       'factory': deliverator_factory,
       }


 c['builders'] =     [
                         lagos_setup_builder_Lion,
                         lagos_setup_builder_SL,
                         # deliverator_builder_Lion,
                         # deliverator_builder_SL,
                     ]
 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2055#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list