Recipe tryjob allows users to specify dependent patches |
||||
Issue descriptionThis should be something like CL DESCRIPTION BUG= 123 DEPENDENT_PATCHES=build:https://codereview.chromium.org/123123123#ps20001 DEPENDENT_PATCHES=depot_tools:https://codereview.chromium.org/589439830#ps1 The recipe tryjob (and potentially roller later) will read this and use these to patch in when doing its simulation testing.
,
Apr 16 2016
,
Apr 18 2016
I'd prefer you call "git cl description -d[isplay]", as I've implemented it for Gerrit as well. However, bot_update typically doesn't set issue property on a branch, it usually doesn't even have branch checked-out, and even worse, the patch is applied, but not committed to local index (e.g., dirty tree). Easiest way around would be extending git cl description to work with arbitrary issue and codereview server, say git cl descr --display --issue XXXX [--gerrit | --rietveld] --server yyy.zzz
,
Apr 26 2016
,
Jul 14 2016
We aren't going to do this approach; it was deemed too complicated. |
||||
►
Sign in to add a comment |
||||
Comment 1 by martiniss@chromium.org
, Apr 16 2016