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

Side by Side Diff: testing/buildbot/trybot_analyze_config.json

Issue 2117363002: analyze: ignore changes to OWNERS files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "android_webview": { 2 "android_webview": {
3 "exclusions": [ 3 "exclusions": [
4 "android_webview/.*" 4 "android_webview/.*"
5 ] 5 ]
6 }, 6 },
7 "base": { 7 "base": {
8 "exclusions": [ 8 "exclusions": [
9 ".*isolate", 9 ".*isolate",
10 "build/.*gyp[i]?", 10 "build/.*gyp[i]?",
11 "build/android/.*py", 11 "build/android/.*py",
12 "build/android/devil/.*", 12 "build/android/devil/.*",
13 "build/android/play_services/.*", 13 "build/android/play_services/.*",
14 "build/android/pylib/.*", 14 "build/android/pylib/.*",
15 "build/compiler_version.py", 15 "build/compiler_version.py",
16 "build/get_landmines.py", 16 "build/get_landmines.py",
17 "build/gyp_chromium", 17 "build/gyp_chromium",
18 "build/linux/sysroot_ld_path.sh", 18 "build/linux/sysroot_ld_path.sh",
19 "build/toolchain/get_concurrent_links.py", 19 "build/toolchain/get_concurrent_links.py",
20 "build/toolchain/mac/*.py", 20 "build/toolchain/mac/*.py",
21 "build/util/lib/common/unittest_util.py", 21 "build/util/lib/common/unittest_util.py",
22 "infra/.*", 22 "infra/.*",
23 "DEPS", 23 "DEPS",
24 "testing/buildbot/.*", 24 "testing/buildbot/.*",
25 "testing/scripts/.*", 25 "testing/scripts/.*",
26 "testing/test_env.py", 26 "testing/test_env.py",
27 "third_party/android_platform/development/scripts/.*", 27 "third_party/android_platform/development/scripts/.*",
28 "tools/clang/blink_gc_plugin/CMakeLists.txt", 28 "tools/clang/blink_gc_plugin/CMakeLists.txt",
29 "tools/luci-go/.*" 29 "tools/luci-go/.*"
30 ],
31 "ignores": [
Sergiy Byelozyorov 2016/07/05 14:29:48 I'm surprized that we didn't have any files that w
32 "OWNERS",
33 ".*/OWNERS"
30 ] 34 ]
31 }, 35 },
32 "chromium": { 36 "chromium": {
33 "exclusions": [ 37 "exclusions": [
34 "chrome/test/data/.*", 38 "chrome/test/data/.*",
35 "chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py", 39 "chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
36 "components/test/data/.*", 40 "components/test/data/.*",
37 "content/test/data/.*", 41 "content/test/data/.*",
38 "content/test/gpu/.*", 42 "content/test/gpu/.*",
39 "extensions/test/data/.*", 43 "extensions/test/data/.*",
(...skipping 11 matching lines...) Expand all
51 "tools/perf/.*", 55 "tools/perf/.*",
52 "tools/telemetry/.*" 56 "tools/telemetry/.*"
53 ] 57 ]
54 }, 58 },
55 "ios": { 59 "ios": {
56 "exclusions": [ 60 "exclusions": [
57 "ios/build/bots/.*" 61 "ios/build/bots/.*"
58 ] 62 ]
59 } 63 }
60 } 64 }
OLDNEW
« 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