For what I can understand of your usecase (e.g you want to run the BuildFoo
at the same time of the other single git builds), you can simply put two
schedulers attached to BuildFoo.

SingleBranchScheduler1 will trigger two builders: BuildFoo and BuildGit1
SingleBranchScheduler2 will trigger two builders: BuildFoo and BuildGit2

Then, you need to use codebase to sort out which change is to be applied to
which git source step.

HTH.

Pierre

Le mer. 2 déc. 2015 à 01:20, Edmund Wong <ewon...@pw-wspx.org> a écrit :

> Hi,
>
> In Nine, I've only been using the SingleBranchScheduler that
> depended on the GitPoller.
>
> Now I have a builder (say BuildFoo) that depends on two Git repos.
> When something is pushed to either of the repos, the builder should
> build along with the repos' own builders.
>
> However, I'm not sure how to go about in having this extra builder
> to start building.  Do I create a trigger or do I add a step
> in the repos' builders to start the BuildFoo builder?
> What is the best practice?
>
> Thanks
>
> Edmund
>
> _______________________________________________
> users mailing list
> users@buildbot.net
> https://lists.buildbot.net/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to