diff options
author | Scott Violet <sky@chromium.org> | 2014-09-19 14:36:29 -0700 |
---|---|---|
committer | Scott Violet <sky@chromium.org> | 2014-09-19 21:37:03 +0000 |
commit | e2caef887beee7c8cb3298461611d00044be4d73 (patch) | |
tree | 10f5e106b5ec1a5757fc9f4168f203e01c1877c2 /testing/buildbot/trybot_analyze_config.json | |
parent | 6922bc1d4b0a2f4604598082a877d3add6d86d1c (diff) | |
download | chromium_src-e2caef887beee7c8cb3298461611d00044be4d73.zip chromium_src-e2caef887beee7c8cb3298461611d00044be4d73.tar.gz chromium_src-e2caef887beee7c8cb3298461611d00044be4d73.tar.bz2 |
Couple of tweaks to analyze exclusion list.
BUG=416124
TEST=none
R=jam@chromium.org
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/586813003
Cr-Commit-Position: refs/heads/master@{#295787}
Diffstat (limited to 'testing/buildbot/trybot_analyze_config.json')
-rw-r--r-- | testing/buildbot/trybot_analyze_config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json index 50f0f05..6c72807 100644 --- a/testing/buildbot/trybot_analyze_config.json +++ b/testing/buildbot/trybot_analyze_config.json @@ -2,13 +2,14 @@ "base": { "exclusions": [ "build/.*gyp[i]?", - "build/android/pylib", + "build/android/pylib/.*", "build/compiler_version.py", "build/get_landmines.py", "build/gyp_chromium", "build/linux/sysroot_ld_path.sh", "DEPS", "testing/buildbot/.*", + "tools/clang/blink_gc_plugin/CMakeLists.txt", "tools/whitespace.txt" ] }, |