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

Issue 8059009: Support for |change| argument to |GetPreferredTrySlaves()|, try 2. (Closed)

Created:
9 years, 2 months ago by Alexei Svitkine (slow)
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Support for |change| argument to |GetPreferredTrySlaves()|, try 2. Needed to make it so changes containing only *.mm are only sent to Mac trybots by default. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102930

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -73 lines) Patch
M gcl.py View 1 1 chunk +10 lines, -0 lines 0 comments Download
M git_cl.py View 1 3 chunks +6 lines, -3 lines 0 comments Download
M git_try.py View 1 2 chunks +4 lines, -1 line 0 comments Download
M presubmit_support.py View 1 6 chunks +14 lines, -8 lines 0 comments Download
M tests/presubmit_unittest.py View 1 5 chunks +34 lines, -11 lines 0 comments Download
M tests/trychange_unittest.py View 1 2 chunks +4 lines, -4 lines 0 comments Download
M trychange.py View 1 11 chunks +80 lines, -46 lines 1 comment Download

Messages

Total messages: 8 (0 generated)
Alexei Svitkine (slow)
Marc-Antoine, can you take another look? I've updated this with a couple of fixes. The ...
9 years, 2 months ago (2011-09-27 13:50:39 UTC) #1
Alexei Svitkine (slow)
Also, can you check if there were any other error stacks than those two, to ...
9 years, 2 months ago (2011-09-27 13:56:20 UTC) #2
M-A Ruel
lgtm with nit but wait for http://codereview.chromium.org/8056005 to be committed first. http://codereview.chromium.org/8059009/diff/1/trychange.py File trychange.py (right): ...
9 years, 2 months ago (2011-09-27 14:13:00 UTC) #3
Alexei Svitkine (slow)
I've uploaded an updated version that now specifies the correct file paths on the change ...
9 years, 2 months ago (2011-09-27 14:21:01 UTC) #4
M-A Ruel
lgtm
9 years, 2 months ago (2011-09-27 14:23:00 UTC) #5
commit-bot: I haz the power
CQ is trying tha patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/8059009/8002
9 years, 2 months ago (2011-09-27 14:25:04 UTC) #6
commit-bot: I haz the power
Change committed as 102930
9 years, 2 months ago (2011-09-27 14:30:57 UTC) #7
M-A Ruel
9 years, 2 months ago (2011-09-30 15:38:44 UTC) #8
http://codereview.chromium.org/8059009/diff/8002/trychange.py
File trychange.py (right):

http://codereview.chromium.org/8059009/diff/8002/trychange.py#newcode488
trychange.py:488: file_list,
I just realized this was an error. TryChange should accept one of change or
file_list, not both. So in that case, file_list should be removed entirely. This
is confusing otherwise.

Powered by Google App Engine
This is Rietveld 408576698