<div dir="ltr">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.<div><br></div><div>SingleBranchScheduler1 will trigger two builders: BuildFoo and BuildGit1</div><div><div>SingleBranchScheduler2 will trigger two builders: BuildFoo and BuildGit2</div><div><br></div><div>Then, you need to use codebase to sort out which change is to be applied to which git source step.</div><div><br></div><div>HTH.</div><div><br></div><div>Pierre</div><div><br></div><div class="gmail_quote"><div dir="ltr">Le mer. 2 déc. 2015 à 01:20, Edmund Wong <<a href="mailto:ewongbb@pw-wspx.org" target="_blank">ewongbb@pw-wspx.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
In Nine, I've only been using the SingleBranchScheduler that<br>
depended on the GitPoller.<br>
<br>
Now I have a builder (say BuildFoo) that depends on two Git repos.<br>
When something is pushed to either of the repos, the builder should<br>
build along with the repos' own builders.<br>
<br>
However, I'm not sure how to go about in having this extra builder<br>
to start building.  Do I create a trigger or do I add a step<br>
in the repos' builders to start the BuildFoo builder?<br>
What is the best practice?<br>
<br>
Thanks<br>
<br>
Edmund<br>
<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
</blockquote></div></div></div>