[Buildbot-devel] single builder run with multiple trigger requests
William Deegan
bill at baddogconsulting.com
Tue Jun 21 16:39:57 UTC 2011
Boris,
Sounds like a Trigger() would be much cleaner.
you'd have a tar'ing builder which would trigger all the rest and pass the location (or name) of the tarball to each builder per architecture.
-Bill
On Jun 21, 2011, at 3:38 AM, Boris Savelev wrote:
> 2011/6/21 Boris Savelev <boris.savelev at gmail.com>:
>>> What I do:
>>> I create builder project1_source that generate tarball from git.
>>> I create blocker step for project1_linux_x86 that depends on git step
>>> of project1_source builder.
>>> I write buildsMatch for blocker step, that check all builds of builder
>>> project1_source and compare 'uniqnumber' from project1_linux_x86
>>> build.
>>> All is fine, but I don't know how to run builder project1_source if no
>>> any match builds of project1_source found.
>>>
>>> The question is:
>>> I have builder object and property dict. How I can force builder with
>>> properties from blocker step.
>>>
>> This part need some more code-)
>> elif self.idlePolicy == "run":
>> self._log(msg + ": start build for break the block")
>>
>> Code that start builder 'builderName` with props
>> '{'uniquebuildnumber':
>> myBuildStatus.getProperties()['uniquebuildnumber']}`
>>
>
>
> solved for me
> look at http://pastebin.com/X4S8EcLE
>
>
> --
> Boris
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
More information about the devel
mailing list