summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-08 17:43:19 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-08 17:44:32 +0000
commit92f7800ec938ceecc8b9d842b905c0387b110110 (patch)
treec10752ad046b8f9c36ae53c9b096c72f5761ae32 /testing
parent6723f9e13d1ea5bd4620cb4eae72af119423ec6c (diff)
downloadchromium_src-92f7800ec938ceecc8b9d842b905c0387b110110.zip
chromium_src-92f7800ec938ceecc8b9d842b905c0387b110110.tar.gz
chromium_src-92f7800ec938ceecc8b9d842b905c0387b110110.tar.bz2
Moves analyze config into its own file
This way I don't have to duplicate it across bots. I'll remove from the other files once the recipe side has been updated. BUG=109173 TEST=none R=thakis@chromium.org Review URL: https://codereview.chromium.org/450403002 Cr-Commit-Position: refs/heads/master@{#288388} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/trybot_analyze_config.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json
new file mode 100644
index 0000000..9222be8
--- /dev/null
+++ b/testing/buildbot/trybot_analyze_config.json
@@ -0,0 +1,20 @@
+{
+ "exclusions": [
+ ".*gyp[i]?",
+ "build/android/pylib",
+ "build/compiler_version.py",
+ "build/get_landmines.py",
+ "build/gyp_chromium",
+ "build/linux/sysroot_ld_path.sh",
+ "chrome/test/data/.*",
+ "content/test/data/.*",
+ "DEPS",
+ "testing/buildbot/.*",
+ "tools/clang/scripts/plugin_flags.sh",
+ "tools/clang/scripts/update.py",
+ "tools/clang/scripts/update.sh",
+ "tools/perf/.*",
+ "tools/telemetry/.*",
+ "tools/whitespace.txt"
+ ]
+}