summaryrefslogtreecommitdiffstats
path: root/testing/buildbot/trybot_analyze_config.json
blob: ed45362b23cf29232c88eb56e0b75c69bbd9eb1f (plain)
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
{
  "base": {
    "exclusions": [
      ".*isolate",
      "build/.*gyp[i]?",
      "build/android/.*py",
      "build/android/pylib/.*",
      "build/compiler_version.py",
      "build/get_landmines.py",
      "build/gyp_chromium",
      "build/linux/sysroot_ld_path.sh",
      "DEPS",
      "testing/buildbot/.*",
      "testing/test_env.py",
      "tools/clang/blink_gc_plugin/CMakeLists.txt",
      "tools/whitespace.txt"
    ]
  },
  "android_webview": {
    "exclusions": [
      "android_webview/.*"
    ]
  },
  "chromium": {
    "exclusions": [
      "chrome/test/data/.*",
      "components/test/data/.*",
      "content/test/data/.*",
      "content/test/gpu/.*",
      "extensions/test/data/.*",
      "gpu/gles2_conform_support/gles2_conform_test_expectations.txt",
      "media/test/data/.*",
      "net/data/.*",
      "sql/test/data/.*",
      "third_party/accessibility-audit/axs_testing.js",
      "third_party/hunspell_dictionaries/.*",
      "third_party/zlib/google/test/data/.*",
      "tools/clang/scripts/update.py",
      "tools/clang/scripts/update.sh",
      "tools/metrics/histograms/histograms.xml",
      "tools/perf/.*",
      "tools/telemetry/.*"
    ]
  },
  "ios": {
    "exclusions": [
      "ios/build/bots/.*"
    ]
  }
}