<div dir="ltr">Hi Katia,<div><br></div><div>The try Scheduler indeed has some bottlenecks, one of them is that it does not integrate with codebase</div><div><a href="https://github.com/buildbot/buildbot/blob/master/master/buildbot/schedulers/trysched.py#L218">https://github.com/buildbot/buildbot/blob/master/master/buildbot/schedulers/trysched.py#L218</a><br></div><div>It will hardcoded the codebase to the default ''</div><div><br></div><div>Also the patch application mechanism the comes with try does not comply with the codebase filtering system, which makes both git and hg to try to apply the patch sent.</div><div><br></div><div>There is thus some work to do in order to clean the try + patch system, which has never been done yet. Please feel free to work on it.</div><div><br></div><div>Pierre</div></div><br><div class="gmail_quote"><div dir="ltr">Le mar. 3 janv. 2017 à 21:20, Katia De Lu <<a href="mailto:katiadelu@gmail.com">katiadelu@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="gmail_msg"><div class="gmail_msg"><div class="gmail_msg"><div class="gmail_msg"><div class="gmail_msg"><div class="gmail_msg">Hi all,<br class="gmail_msg"><br class="gmail_msg"></div>Captcha still won't let me register on <a href="http://trac.buildbot.net" class="gmail_msg" target="_blank">trac.buildbot.net</a>, so I figured I'd report my problem with the Try Scheduler here.<br class="gmail_msg"><br class="gmail_msg"></div>I am using Buildbot version 0.9.1 with a project spread across two repositories: one in Git and one in Mercurial.<br class="gmail_msg"><br class="gmail_msg"></div>I am trying to use the TryScheduler to run a series of buildsteps that involve both repos.<br class="gmail_msg"><br class="gmail_msg"></div>When I use the 'try' shell command with --vc=hg, it successfully starts a build.<br class="gmail_msg"><br class="gmail_msg">However, the build always fails when it reaches the Git checkout step, because Buildbot tries to apply the patch to EVERY repo checkout step, not just the Mercurial one.<br class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">This seems like a bug to me, but I haven't been able to figure out how to fix it - nor can I register with Trac to report it. <br class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Can anyone help?<br class="gmail_msg"></div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Thanks,<br class="gmail_msg"></div><div class="gmail_msg">Kat<br class="gmail_msg"></div></div>
_______________________________________________<br class="gmail_msg">
users mailing list<br class="gmail_msg">
<a href="mailto:users@buildbot.net" class="gmail_msg" target="_blank">users@buildbot.net</a><br class="gmail_msg">
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a></blockquote></div>