git cl try-results should list results for last non-trivial patch set |
||
Issue descriptionThe Buildbucket Gerrit plugin shows try jobs for the last revision that has a non-trivial change -- this is nice because it shows existing try job results even when the change is a commit message change or trivial rebase.[1] However, git cl try-results always gets the latest patch set, even if it's a simple rebase or commit message change.[2] Feature request: Perhaps we could change the behavior of git cl try-results to get the latest "non-trivial" change? This would make the behavior nicer for `webkit-patch rebaseline-cl`, which uses git cl try-results. [1] https://chromium.googlesource.com/infra/gerrit-plugins/buildbucket.git/+/master/src/main/resources/static/cr-buildbucket-view.js#148 [2] https://cs.chromium.org/chromium/tools/depot_tools/git_cl.py?l=573
,
Oct 15
This is fairly easy to do, if you don't mind sticking your head in git cl :D |
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Oct 15Status: Untriaged (was: Available)