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

Issue 248029: Make the try slave selection client side. (Closed)

Created:
11 years, 2 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
bradnelson, M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make the try slave selection client side. BUG=23071 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28155

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : make existing unit tests pass #

Patch Set 4 : print out the bots the try job was sent to as well #

Total comments: 20

Patch Set 5 : '' #

Total comments: 1

Patch Set 6 : '' #

Total comments: 13

Patch Set 7 : '' #

Total comments: 2

Patch Set 8 : moved code into SVN/GIT classes, got rid of git specific arguments to TryChange() #

Total comments: 1

Patch Set 9 : 80 columns #

Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -34 lines) Patch
M git-try View 6 7 9 chunks +32 lines, -26 lines 0 comments Download
M presubmit_support.py View 1 2 3 4 5 6 7 2 chunks +73 lines, -1 line 0 comments Download
M tests/presubmit_unittest.py View 3 4 5 6 7 3 chunks +60 lines, -2 lines 0 comments Download
M tests/trychange_unittest.py View 3 4 5 6 7 8 3 chunks +46 lines, -4 lines 0 comments Download
M trychange.py View 1 2 3 4 5 6 7 6 chunks +38 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Lei Zhang
11 years, 2 months ago (2009-09-29 01:48:16 UTC) #1
Lei Zhang
FYI, I think msb broke a bunch of unit tests in r27380.
11 years, 2 months ago (2009-09-29 02:36:19 UTC) #2
M-A Ruel
http://codereview.chromium.org/248029/diff/6001/7001 File presubmit_support.py (right): http://codereview.chromium.org/248029/diff/6001/7001#newcode766 Line 766: 'Presubmit functions must return a list') ... return ...
11 years, 2 months ago (2009-09-29 13:43:25 UTC) #3
Lei Zhang
http://codereview.chromium.org/248029/diff/6001/7001 File presubmit_support.py (right): http://codereview.chromium.org/248029/diff/6001/7001#newcode766 Line 766: 'Presubmit functions must return a list') On 2009/09/29 ...
11 years, 2 months ago (2009-09-30 06:46:15 UTC) #4
M-A Ruel
http://codereview.chromium.org/248029/diff/2003/2007 File trychange.py (right): http://codereview.chromium.org/248029/diff/2003/2007#newcode522 Line 522: change_info = gcl.LoadChangelistInfoForMultiple(options.name, That still assumes svn and ...
11 years, 2 months ago (2009-09-30 14:19:44 UTC) #5
Lei Zhang
On 2009/09/30 14:19:44, Marc-Antoine Ruel wrote: > http://codereview.chromium.org/248029/diff/2003/2007 > File trychange.py (right): > > http://codereview.chromium.org/248029/diff/2003/2007#newcode522 ...
11 years, 2 months ago (2009-10-01 07:26:33 UTC) #6
M-A Ruel
http://codereview.chromium.org/248029/diff/9001/10005 File git-try (right): http://codereview.chromium.org/248029/diff/9001/10005#newcode117 Line 117: file_dict = {} Why a dict? You should ...
11 years, 2 months ago (2009-10-01 16:37:25 UTC) #7
Lei Zhang
http://codereview.chromium.org/248029/diff/9001/10005 File git-try (right): http://codereview.chromium.org/248029/diff/9001/10005#newcode117 Line 117: file_dict = {} On 2009/10/01 16:37:25, Marc-Antoine Ruel ...
11 years, 2 months ago (2009-10-01 20:09:51 UTC) #8
M-A Ruel
I still think the change is odd but lgtm so we can get things going. ...
11 years, 2 months ago (2009-10-01 20:44:40 UTC) #9
Lei Zhang
http://codereview.chromium.org/248029/diff/9001/10004 File trychange.py (right): http://codereview.chromium.org/248029/diff/9001/10004#newcode547 Line 547: if isinstance(options.scm, SVN): On 2009/10/01 16:37:25, Marc-Antoine Ruel ...
11 years, 2 months ago (2009-10-06 20:33:55 UTC) #10
M-A Ruel
11 years, 2 months ago (2009-10-06 20:47:32 UTC) #11
lgtm

http://codereview.chromium.org/248029/diff/8005/8010
File tests/trychange_unittest.py (right):

http://codereview.chromium.org/248029/diff/8005/8010#newcode93
Line 93: upload.RunShell(['git', 'rev-parse',
'--show-cdup']).AndReturn(self.fake_root)
80 cols

Powered by Google App Engine
This is Rietveld 408576698