forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrybot_analyze_config.json
106 lines (106 loc) · 2.98 KB
/
trybot_analyze_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"android_webview": {
"exclusions": [
"android_webview/.*"
]
},
"base": {
"exclusions": [
".*isolate",
".vpython",
"build/check_gn_headers.py",
"build/check_gn_headers_whitelist.txt",
"build/get_landmines.py",
"build/gn_helpers.py",
"build/mac_toolchain.py",
"build/toolchain/apple/.*py",
"build/toolchain/get_concurrent_links.py",
"build/util/lib/common/unittest_util.py",
"build/vs_toolchain.py",
"DEPS",
"infra/scripts/.*",
"infra/orchestrator/BUILD.gn",
"testing/buildbot/gn_isolate_map.pyl",
"testing/merge_scripts/.*",
"testing/scripts/.*",
"testing/test_env.py",
"third_party/android_platform/development/scripts/.*",
"tools/clang/scripts/process_crashreports.py"
],
"ignores": [
"infra/config/recipes.cfg",
"infra/recipes/.*"
]
},
"chromeos": {
"exclusions": [
"chromeos/CHROMEOS_LKGM"
]
},
"chromium": {
"exclusions": [
"buildtools/checkdeps/.*",
"chrome/android/profiles/newest.txt",
"chrome/browser/resources/.*(css|html|js)",
"chrome/browser/ui/webui/.*browsertest.*js",
"chrome/test/data/.*",
"components/about_ui/resources/.*(css|html|js)",
"components/flags_ui/resources/.*(css|html|js)",
"components/test/data/.*",
"components/version_ui/resources/.*(css|html|js)",
"content/test/data/.*",
"content/test/gpu/.*",
"extensions/test/data/.*",
"gpu/gles2_conform_support/gles2_conform_test_expectations.txt",
"media/test/data/.*",
"mojo/tools/.*",
"net/data/.*",
"sql/test/data/.*",
"third_party/accessibility-audit/axs_testing.js",
"third_party/angle/DEPS",
"third_party/chaijs/.*(css|html|js)",
"third_party/closure_compiler/.*(css|html|js)",
"third_party/dawn/DEPS",
"third_party/hunspell_dictionaries/.*",
"third_party/jstemplate/.*(css|html|js)",
"third_party/mocha/.*(css|html|js)",
"third_party/openscreen/src/DEPS",
"third_party/polymer/v1_0/components-chromium/.*(css|html|js)",
"third_party/vulkan-deps/DEPS",
"third_party/web-animations-js/.*(css|html|js)",
"third_party/zlib/google/test/data/.*",
"tools/android/avd/proto/creation/.*",
"tools/clang/scripts/update.py",
"tools/rust/update_rust.py",
"tools/grit/.*",
"tools/mb/.*",
"tools/metrics/histograms/histograms.xml",
"tools/perf/.*",
"tools/telemetry/.*",
"tools/traffic_annotation/scripts/.*",
"ui/webui/resources/.*(css|html|js)"
]
},
"fuchsia": {
"exclusions": [
"build/fuchsia/.*py"
]
},
"ios": {
"exclusions": [
"ios/build/bots/.*"
]
},
"linux": {
"exclusions": [
"build/linux/sysroot_ld_path.sh",
"build/linux/sysroot_scripts/sysroots.json",
"testing/xvfb.py"
]
},
"win": {
"exclusions": [
"build/toolchain/win/rc/win/rc.exe.sha1"
]
}
}