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

Issue 2705333005: Add checkdeps to tools/presubmit.py. (Closed)

Created:
3 years, 10 months ago by bradnelson
Modified:
3 years, 9 months ago
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org, kozy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Add checkdeps to tools/presubmit.py. Adding a full run of checkdeps to tools/presubmit.py so that we keep checkdeps green. PRESUBMIT.py checks only incremental changes. Temporarily disabling a check rule that's broker in the inspector, pending owners fix. BUG= R=machenbach@chromium.org,dgozman@chromium.org,eholk@chromium.org Review-Url: https://codereview.chromium.org/2705333005 Cr-Commit-Position: refs/heads/master@{#43397} Committed: https://chromium.googlesource.com/v8/v8/+/40ab666bca945fe1bde78e1f20794988851121bf

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M src/inspector/DEPS View 1 chunk +2 lines, -1 line 0 comments Download
M tools/presubmit.py View 2 chunks +7 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (11 generated)
bradn
3 years, 10 months ago (2017-02-23 01:27:18 UTC) #4
bradn
3 years, 10 months ago (2017-02-23 01:27:41 UTC) #7
dgozman
[+kozy FYI] inspector lgtm, we will follow up.
3 years, 10 months ago (2017-02-23 01:49:48 UTC) #10
Eric Holk
lgtm
3 years, 10 months ago (2017-02-23 02:30:36 UTC) #11
kozy
thanks! I'll land fix [1] after this CL. [1] https://codereview.chromium.org/2710243002/
3 years, 9 months ago (2017-02-23 16:46:15 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2705333005/1
3 years, 9 months ago (2017-02-23 23:13:52 UTC) #15
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/v8/v8/+/40ab666bca945fe1bde78e1f20794988851121bf
3 years, 9 months ago (2017-02-23 23:15:56 UTC) #18
Michael Achenbach
Did you measure how long this runs? Maybe it should run on our CQ bot ...
3 years, 9 months ago (2017-02-24 09:07:16 UTC) #19
bradn
< 1 second. Can we afford the total 16 seconds for tools/presubmit.py on the CQ ...
3 years, 9 months ago (2017-02-27 04:54:12 UTC) #20
Michael Achenbach
3 years, 9 months ago (2017-02-27 07:44:49 UTC) #21
Message was sent while issue was closed.
On 2017/02/27 04:54:12, bradn wrote:
> < 1 second.
> 
> Can we afford the total 16 seconds for tools/presubmit.py on the CQ too?

The other things from tools/presubmit.py are already running on CQ. They only
run on affected files from the patch and therefore run fast. See how they are
hooked up in PRESUBMIT.py. I think checkdeps should just run on everything no
matter what if it's so fast.

Powered by Google App Engine
This is Rietveld 408576698