summaryrefslogtreecommitdiffstats
path: root/testing/buildbot/trybot_analyze_config.json
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2014-09-03 13:01:34 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-03 20:09:40 +0000
commit7e453d5619cc36d21d305b0ea7d708897bf341d7 (patch)
treed087302cb517d50e29734ad50431e1682e5c40f6 /testing/buildbot/trybot_analyze_config.json
parent04dbb3ca4b5cddd6460ecca8df727e5114977d08 (diff)
downloadchromium_src-7e453d5619cc36d21d305b0ea7d708897bf341d7.zip
chromium_src-7e453d5619cc36d21d305b0ea7d708897bf341d7.tar.gz
chromium_src-7e453d5619cc36d21d305b0ea7d708897bf341d7.tar.bz2
Revert of Changes exception for gyp files to only gyp files in build/ (patchset #1 id:1 of https://codereview.chromium.org/512693004/)
Reason for revert: *SIGH* Encountered another problem. See http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_... . Reverting again. Original issue's description: > 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 TBR=thakis@chromium.org NOTREECHECKS=true NOTRY=true BUG=109173 Review URL: https://codereview.chromium.org/537683002 Cr-Commit-Position: refs/heads/master@{#293187}
Diffstat (limited to 'testing/buildbot/trybot_analyze_config.json')
-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 a1affd0..e4404be 100644
--- a/testing/buildbot/trybot_analyze_config.json
+++ b/testing/buildbot/trybot_analyze_config.json
@@ -1,6 +1,6 @@
{
"exclusions": [
- "build/.*gyp[i]?",
+ ".*gyp[i]?",
"build/android/pylib",
"build/compiler_version.py",
"build/get_landmines.py",