In git cl try, support triggering jobs on builders on different masters with one command. |
||
Issue description
Currently, if I try to start try jobs for builders on different masters in one command without specifying masters:
git cl try -b android_blink_rel -b win10_blink_rel
I get:
git cl: error: Tryserver master cannot be found because: The builders do not belong to the same master.
Please manually specify the tryserver master, e.g. "-m tryserver.chromium.linux".
Using the same command to trigger a try job on one builder works.
But, if git-cl can figure out the master (or buildbucket bucket) given just a builder name then it should be possible to start a set of try bots just given builder names as long as all of the builder names are unique across masters.
In order to do this, git cl try may need to add try jobs to multiple Buildbucket buckets.
,
Oct 26 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/123a468d14c58e78685f4d2bf166b4c285870f2d commit 123a468d14c58e78685f4d2bf166b4c285870f2d Author: qyearsley <qyearsley@chromium.org> Date: Wed Oct 26 16:12:17 2016 git cl try: support multiple bots from different masters without specifying master. It might be good to make this change after the refactoring CL http://crrev.com/2442153002. BUG= 640740 Review-Url: https://codereview.chromium.org/2439293002 [modify] https://crrev.com/123a468d14c58e78685f4d2bf166b4c285870f2d/git_cl.py [modify] https://crrev.com/123a468d14c58e78685f4d2bf166b4c285870f2d/tests/git_cl_test.py
,
Apr 4 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by qyears...@chromium.org
, Sep 22 2016