Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Issue 1339073002: Allow setting arbitrary 'git cl try' properties with buildbucket. (Closed)

Created:
5 years, 3 months ago by Michael Achenbach
Modified:
5 years, 3 months ago
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Allow setting arbitrary 'git cl try' properties with buildbucket. This allows calling 'git cl try' with properties. Each property is set with the option -p key=value, where value will be treated as json if possible or as string. Examples for -p and pitfalls: key=string -> 'string' key=1 -> 1 key=[1,2,3] -> [1,2,3] key=["one","two","three"] -> '[one,two,three]' 'key=["one","two","three"]' -> ['one','two','three'] BUG=488235 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=296683

Patch Set 1 #

Patch Set 2 : Use json #

Total comments: 9

Patch Set 3 : Review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -4 lines) Patch
M git_cl.py View 1 2 6 chunks +27 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Michael Achenbach
PTAL - this orients on how run_recipe works. Parameters-only in this CL. The functionality for ...
5 years, 3 months ago (2015-09-14 14:18:23 UTC) #2
tandrii(chromium)
lg-tm, but let's have nodir or someone else review this. https://codereview.chromium.org/1339073002/diff/20001/git_cl.py File git_cl.py (left): https://codereview.chromium.org/1339073002/diff/20001/git_cl.py#oldcode232 ...
5 years, 3 months ago (2015-09-14 14:52:22 UTC) #3
nodir
lgtm as long as it is tested % crbug.com/488235 is still blocked on crbug.com/487822. If ...
5 years, 3 months ago (2015-09-14 16:12:27 UTC) #4
Michael Achenbach
On 2015/09/14 16:12:27, nodir wrote: > lgtm as long as it is tested % crbug.com/488235 ...
5 years, 3 months ago (2015-09-14 19:03:06 UTC) #5
nodir
On 2015/09/14 19:03:06, Michael Achenbach wrote: > On 2015/09/14 16:12:27, nodir wrote: > > lgtm ...
5 years, 3 months ago (2015-09-14 20:25:25 UTC) #6
Michael Achenbach
https://codereview.chromium.org/1339073002/diff/20001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/1339073002/diff/20001/git_cl.py#newcode223 git_cl.py:223: pass # If a value couldn't be evaluated, silently ...
5 years, 3 months ago (2015-09-15 08:32:57 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1339073002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1339073002/40001
5 years, 3 months ago (2015-09-15 08:42:57 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=296683
5 years, 3 months ago (2015-09-15 08:45:24 UTC) #11
tandrii(chromium)
5 years, 3 months ago (2015-09-15 08:49:49 UTC) #12
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698