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

Unified Diff: testing/buildbot/trybot_analyze_config.json

Issue 586813003: Couple of tweaks to analyze exclusion list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/trybot_analyze_config.json
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json
index 50f0f05f8232576295bb995413d1343295d96b01..6c72807a663eda53ebfa4917e7c36c0c946ad940 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"
]
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698