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

Issue 1142393002: cc: Adding presubmit to include blink tests (Closed)

Created:
5 years, 7 months ago by mithro-old
Modified:
5 years, 7 months ago
Reviewers:
danakj, Noel Gordon
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Adding presubmit to include blink tests Changes in the src/cc directory can often affect the layout tests in Blink however Chromium commit queue doesn't run these tests by default. This leads to breakages being discovered only when the Blink dep is rolled into Chromium. By adding the following line to the CL's description the Blink tests will be run in addition to the normal Chromium tests; CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel BUG=483372 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/cf78875226f38e6add4b9559093bbb4ca2c5c311 Cr-Commit-Position: refs/heads/master@{#330911}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixing for review. #

Patch Set 3 : Fixing for review. #

Total comments: 6

Patch Set 4 : Small fixes. #

Patch Set 5 : Rebase onto master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -0 lines) Patch
M cc/PRESUBMIT.py View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1142393002/1
5 years, 7 months ago (2015-05-20 03:19:26 UTC) #2
mithro-old
Hi, This patch automatically adds the blink tests to the run as suggested in https://code.google.com/p/chromium/issues/detail?id=483372 ...
5 years, 7 months ago (2015-05-20 03:21:47 UTC) #4
Noel Gordon
Looks about right. One question: does that change add CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel;tryserver.blink:mac_blink_rel;tryserver.blink:win_blink_rel or CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,mac_blink_rel,win_blink_rel ?
5 years, 7 months ago (2015-05-20 03:42:54 UTC) #5
mithro-old
On 2015/05/20 03:42:54, noel gordon wrote: > Looks about right. One question: does that change ...
5 years, 7 months ago (2015-05-20 04:18:25 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-20 04:28:22 UTC) #8
Noel Gordon
On 2015/05/20 04:18:25, mithro wrote: > On 2015/05/20 03:42:54, noel gordon wrote: > > Looks ...
5 years, 7 months ago (2015-05-20 05:17:14 UTC) #9
danakj
Does just using linux make things faster? https://codereview.chromium.org/1142393002/diff/1/cc/PRESUBMIT.py File cc/PRESUBMIT.py (right): https://codereview.chromium.org/1142393002/diff/1/cc/PRESUBMIT.py#newcode353 cc/PRESUBMIT.py:353: 'mac_blink_rel', Do ...
5 years, 7 months ago (2015-05-20 21:05:26 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1142393002/1
5 years, 7 months ago (2015-05-21 03:30:34 UTC) #12
mithro-old
I've run this change through the commit queue on dry run twice now and got ...
5 years, 7 months ago (2015-05-21 03:58:02 UTC) #13
Noel Gordon
Start with Linux for now: CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel is what Skia uses.
5 years, 7 months ago (2015-05-21 04:12:12 UTC) #14
Noel Gordon
https://codereview.chromium.org/1142393002/diff/1/cc/PRESUBMIT.py File cc/PRESUBMIT.py (right): https://codereview.chromium.org/1142393002/diff/1/cc/PRESUBMIT.py#newcode364 cc/PRESUBMIT.py:364: rietveld_obj.update_description(issue, description) nit: indent 2
5 years, 7 months ago (2015-05-21 05:15:34 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-21 05:16:26 UTC) #17
mithro-old
I ended up refactoring this change to use the GetPreferredTryMasters method to prevent them getting ...
5 years, 7 months ago (2015-05-21 05:26:58 UTC) #18
Noel Gordon
OK, sounds good. Let me review in detail now.
5 years, 7 months ago (2015-05-21 06:15:16 UTC) #19
Noel Gordon
LGTM with nits (not sure I can approve python CC changes though) https://codereview.chromium.org/1142393002/diff/40001/cc/PRESUBMIT.py File cc/PRESUBMIT.py ...
5 years, 7 months ago (2015-05-21 06:20:23 UTC) #20
mithro-old
Done. https://codereview.chromium.org/1142393002/diff/40001/cc/PRESUBMIT.py File cc/PRESUBMIT.py (right): https://codereview.chromium.org/1142393002/diff/40001/cc/PRESUBMIT.py#newcode345 cc/PRESUBMIT.py:345: original_description = rietveld_obj.get_description(issue) On 2015/05/21 06:20:23, noel gordon ...
5 years, 7 months ago (2015-05-21 06:25:11 UTC) #22
Noel Gordon
LGTM - thanks for working on this TIm.
5 years, 7 months ago (2015-05-21 06:27:09 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1142393002/100001
5 years, 7 months ago (2015-05-21 06:32:24 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 7 months ago (2015-05-21 07:26:43 UTC) #26
commit-bot: I haz the power
5 years, 7 months ago (2015-05-21 07:27:35 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/cf78875226f38e6add4b9559093bbb4ca2c5c311
Cr-Commit-Position: refs/heads/master@{#330911}

Powered by Google App Engine
This is Rietveld 408576698