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

Issue 543012: Add the capability to filter out files on try job with regexp. (Closed)

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

Description

Add the capability to filter out files on try job with regexp. By default, filters out 'ChangeLog'. A pain directly coming from Webkit. TEST=none BUG=none

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -9 lines) Patch
M scm.py View 2 chunks +15 lines, -2 lines 0 comments Download
M tests/gclient_scm_test.py View 1 chunk +1 line, -1 line 0 comments Download
M tests/scm_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tests/trychange_unittest.py View 3 chunks +3 lines, -1 line 0 comments Download
M trychange.py View 4 chunks +30 lines, -4 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
M-A Ruel
10 years, 11 months ago (2010-01-11 20:02:55 UTC) #1
bradn
10 years, 11 months ago (2010-01-12 04:39:12 UTC) #2
LGTM

http://codereview.chromium.org/543012/diff/1/6
File trychange.py (right):

http://codereview.chromium.org/543012/diff/1/6#newcode189
trychange.py:189: self.files = [
I think the style guide wants the braces tighter:
[blah for bleh in yuck
 if foo]

Powered by Google App Engine
This is Rietveld 408576698