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

Issue 2190163003: Do not filter using analyze step if layout tests are modified. (Closed)

Created:
4 years, 4 months ago by qyearsley
Modified:
4 years, 4 months ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Do not filter using analyze step if layout tests are modified. This may be one possible option for making it so that layout tests are run by tryserver.blink bots when just layout tests are modified but Blink source itself is not modified. Pros: - This is a very small, simple change - It is generally true that analyze doesn't work well for determining that layout tests should be run when layout tests are modified, so analyze should perhaps be ignored in this case? - This should also make linux_layout_tests_slimming_paint_v2 work as expected as long as the CL modifies some files that are in the exclusion list Cons: - This may cause some unwanted tests to be run on some builders for CLs that modify layout tests? BUG=631014

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M testing/buildbot/trybot_analyze_config.json View 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 10 (6 generated)
qyearsley
https://codereview.chromium.org/2190163003/diff/1/testing/buildbot/trybot_analyze_config.json File testing/buildbot/trybot_analyze_config.json (right): https://codereview.chromium.org/2190163003/diff/1/testing/buildbot/trybot_analyze_config.json#newcode28 testing/buildbot/trybot_analyze_config.json:28: "third_party/WebKit/LayoutTests/.*", Maybe this should be "third_party/WebKit/.*" -- then the ...
4 years, 4 months ago (2016-07-28 23:33:29 UTC) #3
qyearsley
4 years, 4 months ago (2016-07-28 23:34:18 UTC) #4
Dirk Pranke
https://codereview.chromium.org/2190163003/diff/1/testing/buildbot/trybot_analyze_config.json File testing/buildbot/trybot_analyze_config.json (right): https://codereview.chromium.org/2190163003/diff/1/testing/buildbot/trybot_analyze_config.json#newcode28 testing/buildbot/trybot_analyze_config.json:28: "third_party/WebKit/LayoutTests/.*", On 2016/07/28 23:33:29, qyearsley wrote: > Maybe this ...
4 years, 4 months ago (2016-07-29 23:58:55 UTC) #9
qyearsley
4 years, 4 months ago (2016-08-01 16:58:55 UTC) #10
Closing in favor of http://crrev.com/2195223002

Powered by Google App Engine
This is Rietveld 408576698