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

Issue 7925014: Support for |change| argument to |GetPreferredTrySlaves()|. (Closed)

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

Description

Support for |change| argument to |GetPreferredTrySlaves()|. 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=102783

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Total comments: 6

Patch Set 6 : '' #

Total comments: 1

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 1

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -70 lines) Patch
M gcl.py View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M git_cl.py View 1 2 3 4 5 3 chunks +6 lines, -3 lines 0 comments Download
M git_try.py View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M presubmit_support.py View 1 2 3 4 5 6 chunks +14 lines, -8 lines 0 comments Download
M tests/presubmit_unittest.py View 1 2 3 4 5 5 chunks +34 lines, -11 lines 0 comments Download
M tests/trychange_unittest.py View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M trychange.py View 1 2 3 4 5 6 7 8 9 9 chunks +67 lines, -43 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Alexei Svitkine (slow)
Marc-Antoine, Can you take a look and give me some preliminary comments on how this ...
9 years, 3 months ago (2011-09-21 17:32:30 UTC) #1
M-A Ruel
In general it looks fine to me. For git-cl, it's a batch of shell scripts. ...
9 years, 3 months ago (2011-09-21 17:47:35 UTC) #2
Alexei Svitkine (slow)
Could you take another look? I've updated the CL to support 'git try' and just ...
9 years, 2 months ago (2011-09-26 17:29:44 UTC) #3
M-A Ruel
mostly lgtm, I'm just unsure about SetFileTuples() http://codereview.chromium.org/7925014/diff/10009/trychange.py File trychange.py (right): http://codereview.chromium.org/7925014/diff/10009/trychange.py#newcode195 trychange.py:195: def SetFileTuples(self, ...
9 years, 2 months ago (2011-09-26 17:48:34 UTC) #4
Alexei Svitkine (slow)
http://codereview.chromium.org/7925014/diff/10009/trychange.py File trychange.py (right): http://codereview.chromium.org/7925014/diff/10009/trychange.py#newcode195 trychange.py:195: def SetFileTuples(self, file_tuples): On 2011/09/26 17:48:34, Marc-Antoine Ruel wrote: ...
9 years, 2 months ago (2011-09-26 18:14:06 UTC) #5
M-A Ruel
lgtm http://codereview.chromium.org/7925014/diff/12008/trychange.py File trychange.py (right): http://codereview.chromium.org/7925014/diff/12008/trychange.py#newcode114 trychange.py:114: def GetFileTuples(self): Not needed. GetFileNames() was poor taste ...
9 years, 2 months ago (2011-09-26 18:18:50 UTC) #6
commit-bot: I haz the power
CQ is trying tha patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/7925014/10012
9 years, 2 months ago (2011-09-26 19:15:45 UTC) #7
commit-bot: I haz the power
Presubmit check for 7925014-10012 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 2 months ago (2011-09-26 19:21:35 UTC) #8
commit-bot: I haz the power
CQ is trying tha patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/7925014/12009
9 years, 2 months ago (2011-09-26 19:29:51 UTC) #9
commit-bot: I haz the power
Presubmit check for 7925014-12009 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 2 months ago (2011-09-26 19:35:36 UTC) #10
commit-bot: I haz the power
CQ is trying tha patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/7925014/10013
9 years, 2 months ago (2011-09-26 19:43:05 UTC) #11
commit-bot: I haz the power
Presubmit check for 7925014-10013 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 2 months ago (2011-09-26 19:48:36 UTC) #12
M-A Ruel
http://codereview.chromium.org/7925014/diff/10013/trychange.py File trychange.py (right): http://codereview.chromium.org/7925014/diff/10013/trychange.py#newcode206 trychange.py:206: """Returns the 'svn status' emulated output as an array ...
9 years, 2 months ago (2011-09-26 19:49:30 UTC) #13
commit-bot: I haz the power
CQ is trying tha patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/7925014/11018
9 years, 2 months ago (2011-09-26 19:52:42 UTC) #14
commit-bot: I haz the power
Change committed as 102783
9 years, 2 months ago (2011-09-26 19:58:23 UTC) #15
M-A Ruel
On 2011/09/26 19:58:23, I haz the power (commit-bot) wrote: > Change committed as 102783 This ...
9 years, 2 months ago (2011-09-26 20:06:05 UTC) #16
Alexei Svitkine (slow)
9 years, 2 months ago (2011-09-26 20:09:43 UTC) #17
Sorry... :(

On Mon, Sep 26, 2011 at 4:06 PM, <maruel@chromium.org> wrote:

> On 2011/09/26 19:58:23, I haz the power (commit-bot) wrote:
>
>> Change committed as 102783
>>
>
> This broke support on python2.5.
>
>
http://docs.python.org/**library/inspect.html<http://docs.python.org/library/...
that the named properties like
> '.args' are new in 2.6.
>
> I'll fix.
>
>
>
http://codereview.chromium.**org/7925014/<http://codereview.chromium.org/7925...
>

Powered by Google App Engine
This is Rietveld 408576698