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

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

Issue 2597523003: Remove wheezy sysroot images support (Closed)
Patch Set: . Created 3 years, 8 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 | « docs/linux_chromium_arm.md ('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]?",
(...skipping 20 matching lines...) Expand all
31 ], 31 ],
32 "ignores": [ 32 "ignores": [
33 "infra/config/recipes.cfg", 33 "infra/config/recipes.cfg",
34 "infra/recipes/.*" 34 "infra/recipes/.*"
35 ] 35 ]
36 }, 36 },
37 "chromium": { 37 "chromium": {
38 "exclusions": [ 38 "exclusions": [
39 "chrome/browser/resources/.*(css|html|js)", 39 "chrome/browser/resources/.*(css|html|js)",
40 "chrome/browser/ui/webui/.*browsertest.*js", 40 "chrome/browser/ui/webui/.*browsertest.*js",
41 "chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
42 "chrome/test/data/.*", 41 "chrome/test/data/.*",
43 "components/about_ui/resources/.*(css|html|js)", 42 "components/about_ui/resources/.*(css|html|js)",
44 "components/flags_ui/resources/.*(css|html|js)", 43 "components/flags_ui/resources/.*(css|html|js)",
45 "components/test/data/.*", 44 "components/test/data/.*",
46 "components/version_ui/resources/.*(css|html|js)", 45 "components/version_ui/resources/.*(css|html|js)",
47 "content/test/data/.*", 46 "content/test/data/.*",
48 "content/test/gpu/.*", 47 "content/test/gpu/.*",
49 "extensions/test/data/.*", 48 "extensions/test/data/.*",
50 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", 49 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt",
51 "media/test/data/.*", 50 "media/test/data/.*",
(...skipping 17 matching lines...) Expand all
69 "tools/telemetry/.*", 68 "tools/telemetry/.*",
70 "ui/webui/resources/.*(css|html|js)" 69 "ui/webui/resources/.*(css|html|js)"
71 ] 70 ]
72 }, 71 },
73 "ios": { 72 "ios": {
74 "exclusions": [ 73 "exclusions": [
75 "ios/build/bots/.*" 74 "ios/build/bots/.*"
76 ] 75 ]
77 } 76 }
78 } 77 }
OLDNEW
« no previous file with comments | « docs/linux_chromium_arm.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698