On Tue, Sep 22, 2009 at 9:35 PM, Adam Barth <[email protected]> wrote: > On Tue, Sep 22, 2009 at 6:25 PM, John Abd-El-Malek <[email protected]> wrote: >> Is this even possible? i.e. I had uploaded a WebKit patch on codereview but >> none of the patchsets got run on the try server >> http://codereview.chromium.org/178030/show > > It is possible: > > aba...@zenque:~/svn/kr/src/third_party/WebKit$ gcl try scriptcontext > --use_svn --svn_repo=svn://svn.chromium.org/chrome-try/try --bot > layout_win,layout_mac,layout_linux --root src/third_party
I know the format is not very user friendly but it is definitely possible. You probably can skip --use_svn and --svn_repo or at least use the --http stuff instead, see go/chrometryserver. You could want to use both the layout tests and the normal tests so you can send the patch to all the slaves at the same time, e.g. --bot win,linux,mac,layout_win,layout_mac,layout_linux If the layout tests try slaves get overused, I'll add more slaves. M-A --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
