summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorScott Violet <sky@chromium.org>2014-09-05 12:04:42 -0700
committerScott Violet <sky@chromium.org>2014-09-05 19:06:24 +0000
commit5c361bce306a985bcb65cd9db6060ccbe139f66d (patch)
tree2c7fb021eb1966e680b0e716d69eafced003904b /testing
parent698b5a8388c10db134f79d681518848f7b705bdf (diff)
downloadchromium_src-5c361bce306a985bcb65cd9db6060ccbe139f66d.zip
chromium_src-5c361bce306a985bcb65cd9db6060ccbe139f66d.tar.gz
chromium_src-5c361bce306a985bcb65cd9db6060ccbe139f66d.tar.bz2
Changes exception for gyp files to only gyp files in build/
I changed analyzer such that if a gyp file (or an included gypi file) changes all targets in the gyp file are marked as changed. This means I should no longer have to special case gyp files. I'm leaving the exception in place for any gyp files in build as any change to those really needs to recompile the world. BUG=109173 TEST=none R=thakis@chromium.org Committed to pending queue: https://chromium.googlesource.com/chromium/src/+/5110e8b Committed: https://chromium.googlesource.com/chromium/src/+/e53e29fc161f96871160f6db39919752a0376333 Review URL: https://codereview.chromium.org/512693004 Cr-Commit-Position: refs/heads/master@{#293565}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/trybot_analyze_config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json
index e4404be..a1affd0 100644
--- a/testing/buildbot/trybot_analyze_config.json
+++ b/testing/buildbot/trybot_analyze_config.json
@@ -1,6 +1,6 @@
{
"exclusions": [
- ".*gyp[i]?",
+ "build/.*gyp[i]?",
"build/android/pylib",
"build/compiler_version.py",
"build/get_landmines.py",