[Buildbot] #3336: *LatentBuildSlave doesn't get properly reconfigured (was: DockerLatentBuildSlave doesn't get properly reconfigured)

Buildbot trac trac at buildbot.net
Sun Sep 13 08:51:56 UTC 2015


#3336: *LatentBuildSlave doesn't get properly reconfigured
----------------------+-----------------------
Reporter:  Ben        |       Owner:  dustin
    Type:  undecided  |      Status:  assigned
Priority:  major      |   Milestone:  0.9.0
 Version:  0.9.0b2    |  Resolution:
Keywords:             |
----------------------+-----------------------

Old description:

> I had modified the dockerfile parameter, and the log was still showing
> the execution of a very old version of that file.
>
> Note: the content of the file is given as string to the constructor.

New description:

 all the LatentBuildSlave hierarchy redefine the __init__, and don't call
 parent, so all the reconfigure stuff does not work for latent slaves

 -- original report:

 I had modified the dockerfile parameter, and the log was still showing the
 execution of a very old version of that file.

 Note: the content of the file is given as string to the constructor.

--

Comment (by tardyp):

 wait a minute.. Indeed, all the LatentBuildSlave hierarchy redefine the
 __init__, and dont call parent, so all the reconfigure stuff does not
 work.

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


More information about the bugs mailing list