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

Issue 9566028: Update PRESUBMIT.py to be less likely to hit the android bot. (Closed)

Created:
8 years, 9 months ago by John Grabowski
Modified:
8 years, 9 months ago
CC:
chromium-reviews, Yaron
Visibility:
Public.

Description

Update PRESUBMIT.py to be less likely to hit the android bot. BUG=None TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124485

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M PRESUBMIT.py View 1 chunk +17 lines, -1 line 2 comments Download

Messages

Total messages: 3 (0 generated)
John Grabowski
8 years, 9 months ago (2012-03-01 21:17:45 UTC) #1
M-A Ruel
lgtm http://chromiumcodereview.appspot.com/9566028/diff/1/PRESUBMIT.py File PRESUBMIT.py (right): http://chromiumcodereview.appspot.com/9566028/diff/1/PRESUBMIT.py#newcode318 PRESUBMIT.py:318: android_re_list = ('^base/', '^ipc/', '^net/', '^sql/', '^jingle/', Can ...
8 years, 9 months ago (2012-03-01 21:21:40 UTC) #2
John Grabowski
8 years, 9 months ago (2012-03-02 01:25:21 UTC) #3
On 2012/03/01 21:21:40, Marc-Antoine Ruel wrote:
> lgtm
> 
> http://chromiumcodereview.appspot.com/9566028/diff/1/PRESUBMIT.py
> File PRESUBMIT.py (right):
> 
> http://chromiumcodereview.appspot.com/9566028/diff/1/PRESUBMIT.py#newcode318
> PRESUBMIT.py:318: android_re_list = ('^base/', '^ipc/', '^net/', '^sql/',
> '^jingle/',
> Can you put them one per line in sorted order?
> 
> http://chromiumcodereview.appspot.com/9566028/diff/1/PRESUBMIT.py#newcode324
> PRESUBMIT.py:324: for non_android_re in (aura_re, win_re):
> if any(
>     all(re.search(r, f) for f in affected_files)
>     for r in (aura_re, win_re)):
> 
> but I guess this becomes unreadable so ignore that.

For the record, I did place them in order, but didn't upload to rietveld.

Powered by Google App Engine
This is Rietveld 408576698