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

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

Issue 338843007: Revert of Add accessibility_unittests and chromevox_tests to buildbot config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « testing/buildbot/chromium.win.json ('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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
11 "can_use_on_swarming_builders": true 11 "can_use_on_swarming_builders": true
12 } 12 }
13 }, 13 },
14 { 14 {
15 "test": "browser_tests", 15 "test": "browser_tests",
16 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"], 16 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"],
17 "swarming": { 17 "swarming": {
18 "can_use_on_swarming_builders": true, 18 "can_use_on_swarming_builders": true,
19 "shards": 5 19 "shards": 5
20 } 20 }
21 }, 21 },
22 "cacheinvalidation_unittests", 22 "cacheinvalidation_unittests",
23 "cast_unittests", 23 "cast_unittests",
24 "cc_unittests", 24 "cc_unittests",
25 "chromedriver_unittests", 25 "chromedriver_unittests",
26 { 26 {
27 "test": "chromevox_tests",
28 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
29 },
30 {
31 "test": "chrome_elf_unittests", 27 "test": "chrome_elf_unittests",
32 "platforms": ["win"] 28 "platforms": ["win"]
33 }, 29 },
34 "components_unittests", 30 "components_unittests",
35 { 31 {
36 "test": "compositor_unittests", 32 "test": "compositor_unittests",
37 "platforms": ["linux", "win"] 33 "platforms": ["linux", "win"]
38 }, 34 },
39 { 35 {
40 "test": "courgette_unittests", 36 "test": "courgette_unittests",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 ".*gyp[i]?", 174 ".*gyp[i]?",
179 "chrome/test/data/.*", 175 "chrome/test/data/.*",
180 "content/test/data/.*", 176 "content/test/data/.*",
181 "DEPS", 177 "DEPS",
182 "testing/buildbot/.*" 178 "testing/buildbot/.*"
183 ], 179 ],
184 180
185 "filter_builders": [ 181 "filter_builders": [
186 ] 182 ]
187 } 183 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698