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

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

Issue 1040083006: Converted accessibility_unittests to run on Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 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 | « testing/buildbot/manage.py ('k') | testing/buildbot/tryserver.chromium.linux.json » ('j') | 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": {
3 "exclusions": [
4 "android_webview/.*"
5 ]
6 },
2 "base": { 7 "base": {
3 "exclusions": [ 8 "exclusions": [
4 ".*isolate", 9 ".*isolate",
5 "build/.*gyp[i]?", 10 "build/.*gyp[i]?",
6 "build/android/.*py", 11 "build/android/.*py",
7 "build/android/pylib/.*", 12 "build/android/pylib/.*",
8 "build/compiler_version.py", 13 "build/compiler_version.py",
9 "build/get_landmines.py", 14 "build/get_landmines.py",
10 "build/gyp_chromium", 15 "build/gyp_chromium",
11 "build/linux/sysroot_ld_path.sh", 16 "build/linux/sysroot_ld_path.sh",
12 "DEPS", 17 "DEPS",
13 "testing/buildbot/.*", 18 "testing/buildbot/.*",
14 "testing/test_env.py", 19 "testing/test_env.py",
15 "tools/clang/blink_gc_plugin/CMakeLists.txt", 20 "tools/clang/blink_gc_plugin/CMakeLists.txt",
16 "tools/whitespace.txt" 21 "tools/whitespace.txt"
17 ] 22 ]
18 }, 23 },
19 "android_webview": {
20 "exclusions": [
21 "android_webview/.*"
22 ]
23 },
24 "chromium": { 24 "chromium": {
25 "exclusions": [ 25 "exclusions": [
26 "chrome/test/data/.*", 26 "chrome/test/data/.*",
27 "components/test/data/.*", 27 "components/test/data/.*",
28 "content/test/data/.*", 28 "content/test/data/.*",
29 "content/test/gpu/.*", 29 "content/test/gpu/.*",
30 "extensions/test/data/.*", 30 "extensions/test/data/.*",
31 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", 31 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt",
32 "media/test/data/.*", 32 "media/test/data/.*",
33 "net/data/.*", 33 "net/data/.*",
34 "sql/test/data/.*", 34 "sql/test/data/.*",
35 "third_party/accessibility-audit/axs_testing.js", 35 "third_party/accessibility-audit/axs_testing.js",
36 "third_party/hunspell_dictionaries/.*", 36 "third_party/hunspell_dictionaries/.*",
37 "third_party/zlib/google/test/data/.*", 37 "third_party/zlib/google/test/data/.*",
38 "tools/clang/scripts/update.py", 38 "tools/clang/scripts/update.py",
39 "tools/clang/scripts/update.sh", 39 "tools/clang/scripts/update.sh",
40 "tools/metrics/histograms/histograms.xml", 40 "tools/metrics/histograms/histograms.xml",
41 "tools/perf/.*", 41 "tools/perf/.*",
42 "tools/telemetry/.*" 42 "tools/telemetry/.*"
43 ] 43 ]
44 }, 44 },
45 "ios": { 45 "ios": {
46 "exclusions": [ 46 "exclusions": [
47 "ios/build/bots/.*" 47 "ios/build/bots/.*"
48 ] 48 ]
49 } 49 }
50 } 50 }
OLDNEW
« no previous file with comments | « testing/buildbot/manage.py ('k') | testing/buildbot/tryserver.chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698