[Buildbot-devel] force-page property logs? and BuildStep.doStepIf not called

Mike Winter miwinter at cisco.com
Fri Mar 26 21:39:07 UTC 2010


Dustin,

That worked!

thanks. Now I have fine grained control over which steps to run in a build - important to me.


On Mar 26, 2010, at 12:50 PM, Dustin J. Mitchell wrote:

> On Fri, Mar 26, 2010 at 2:26 PM, Mike Winter <miwinter at cisco.com> wrote:
>>   step.doStepIf = checkForSkipOrRun       <========= the new thing
>>   b.addStep(step)
>> 
>> The doStepIf fn (checkForSkipOrRun ) is not being called. I added a
>> twlog.msg at start of fn and never see it in log. Then....digging I see some
>> clues.
> 
> You are assigning an object attribute, when you really need to be
> passing the doStepIf to the ShellCommand constructor.
> 
> Dustin
> 
> -- 
> Open Source Storage Engineer
> http://www.zmanda.com





More information about the devel mailing list