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

Issue 10667007: Restrict try bots for platform specific CLs (Closed)

Created:
8 years, 6 months ago by Isaac (away)
Modified:
8 years, 5 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews
Visibility:
Public.

Description

Restrict try bots for platform specific CLs - clean up logic for determining preferred trybots - allow windows only CLs to try only on win_rel - less restrictive filter for mac only CLs BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144372

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : cleanup #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 8

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -29 lines) Patch
M PRESUBMIT.py View 1 2 3 4 5 6 7 1 chunk +19 lines, -29 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Isaac (away)
8 years, 6 months ago (2012-06-25 02:50:43 UTC) #1
M-A Ruel
http://codereview.chromium.org/10667007/diff/4002/PRESUBMIT.py File PRESUBMIT.py (right): http://codereview.chromium.org/10667007/diff/4002/PRESUBMIT.py#newcode441 PRESUBMIT.py:441: if all(re.search(android_re, f) for f in affected_files): why not? ...
8 years, 6 months ago (2012-06-25 12:15:13 UTC) #2
Isaac (away)
Thanks for looking this over. I wrote some more comments & explanations. http://codereview.chromium.org/10667007/diff/4002/PRESUBMIT.py File PRESUBMIT.py ...
8 years, 6 months ago (2012-06-25 17:02:17 UTC) #3
M-A Ruel
http://codereview.chromium.org/10667007/diff/4002/PRESUBMIT.py File PRESUBMIT.py (right): http://codereview.chromium.org/10667007/diff/4002/PRESUBMIT.py#newcode444 PRESUBMIT.py:444: aura_re = '_aura[^/]*[.]\w+$' On 2012/06/25 17:02:17, Isaac wrote: > ...
8 years, 6 months ago (2012-06-26 13:23:39 UTC) #4
Isaac (away)
I rewrote this function based on your feedback. ptal
8 years, 6 months ago (2012-06-27 00:18:08 UTC) #5
M-A Ruel
thanks! lgtm
8 years, 6 months ago (2012-06-27 00:26:53 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ilevy@chromium.org/10667007/12001
8 years, 6 months ago (2012-06-27 00:43:58 UTC) #7
commit-bot: I haz the power
Change committed as 144372
8 years, 6 months ago (2012-06-27 02:13:12 UTC) #8
Isaac (away)
I'm confused -- I thought this would affect the commit queue, but it seems to ...
8 years, 6 months ago (2012-06-27 04:12:18 UTC) #9
M-A Ruel
8 years, 5 months ago (2012-07-03 15:55:16 UTC) #10
On 2012/06/27 04:12:18, Isaac wrote:
> I'm confused -- I thought this would affect the commit queue, but it seems to
> only affect git try.  Does commit queue always build all targets?

The commit queue uses http://dev.chromium.org/developers/testing/commit-queue.
There's "projects.py" that defines which builder will be used.

Powered by Google App Engine
This is Rietveld 408576698