trybot_analyze_config.json 2.9 KB

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