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

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

Issue 2957213003: whitespace change to force a build of everything on win (Closed)
Patch Set: remove the testing exclusions that cause analyze to be bypassed Created 3 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 | « testing/buildbot/chromium.win.json ('k') | 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/check_gn_headers.py", 15 "build/check_gn_headers.py",
16 "build/check_gn_headers_whitelist.txt", 16 "build/check_gn_headers_whitelist.txt",
17 "build/compiler_version.py", 17 "build/compiler_version.py",
18 "build/get_landmines.py", 18 "build/get_landmines.py",
19 "build/gyp_chromium", 19 "build/gyp_chromium",
20 "build/linux/sysroot_ld_path.sh", 20 "build/linux/sysroot_ld_path.sh",
21 "build/mac_toolchain.py", 21 "build/mac_toolchain.py",
22 "build/toolchain/get_concurrent_links.py", 22 "build/toolchain/get_concurrent_links.py",
23 "build/toolchain/mac/.*py", 23 "build/toolchain/mac/.*py",
24 "build/util/lib/common/unittest_util.py", 24 "build/util/lib/common/unittest_util.py",
25 "infra/scripts/.*", 25 "infra/scripts/.*",
26 "DEPS", 26 "DEPS",
27 "testing/buildbot/.*",
28 "testing/scripts/.*", 27 "testing/scripts/.*",
29 "testing/test_env.py", 28 "testing/test_env.py",
30 "third_party/android_platform/development/scripts/.*", 29 "third_party/android_platform/development/scripts/.*",
31 "tools/clang/blink_gc_plugin/CMakeLists.txt", 30 "tools/clang/blink_gc_plugin/CMakeLists.txt",
32 "tools/luci-go/.*" 31 "tools/luci-go/.*"
33 ], 32 ],
34 "ignores": [ 33 "ignores": [
35 "infra/config/recipes.cfg", 34 "infra/config/recipes.cfg",
36 "infra/recipes/.*" 35 "infra/recipes/.*"
37 ] 36 ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "tools/telemetry/.*", 69 "tools/telemetry/.*",
71 "ui/webui/resources/.*(css|html|js)" 70 "ui/webui/resources/.*(css|html|js)"
72 ] 71 ]
73 }, 72 },
74 "ios": { 73 "ios": {
75 "exclusions": [ 74 "exclusions": [
76 "ios/build/bots/.*" 75 "ios/build/bots/.*"
77 ] 76 ]
78 } 77 }
79 } 78 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698