"cbuldbot --remote XXX --buildbot" shouldn't work. |
||||
Issue descriptionPeople are creating fake release builds by explicitly passing --buildbot to tryjobs. This doesn't work right (generated only partial release artifacts), and isn't supported. We should explicitly block this behavior.
,
Sep 27 2016
,
Sep 28 2016
Where should this be controlled? In my first look, should I add a check in remote_try.py and fail if '--buildbot' is sent, or do I just make '--remote' and '--buildbot' mutually exclusive in cbuildbot?
,
Sep 28 2016
When I filed this, I was just thinking that --remote and --buildbot should be mutually exclusive. However, there are some cases floating by where we might need to start supporting this, which makes the bug a lot harder. If we wish to support it, we probaby want to stop calling "OverrideConfigForTrybot" if --buildbot was set, but I haven't investigated enough to see if that is really the right answer.
,
Jan 18 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by sbasi@chromium.org
, Sep 27 2016Owner: chingcodes@chromium.org