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

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

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
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 {
8 "test": "app_installer_unittests",
9 "platforms": ["win"]
10 },
7 "app_list_unittests", 11 "app_list_unittests",
8 { 12 {
9 "test": "ash_unittests", 13 "test": "ash_unittests",
10 "chromium_configs": [ 14 "chromium_configs": [
11 "chromium_chromeos", 15 "chromium_chromeos",
12 "chromium_chromeos_clang", 16 "chromium_chromeos_clang",
13 "chromium_chromeos_ozone" 17 "chromium_chromeos_ozone"
14 ], 18 ],
15 "swarming": { 19 "swarming": {
16 "can_use_on_swarming_builders": true 20 "can_use_on_swarming_builders": true
17 } 21 }
18 }, 22 },
19 { 23 {
20 "test": "ash_unittests", 24 "test": "ash_unittests",
21 "platforms": ["win"], 25 "platforms": ["win"],
22 "swarming": { 26 "swarming": {
23 "can_use_on_swarming_builders": true 27 "can_use_on_swarming_builders": true
24 } 28 }
25 }, 29 },
26 { 30 {
27 "test": "base_unittests", 31 "test": "base_unittests",
28 "swarming": { 32 "swarming": {
29 "can_use_on_swarming_builders": true 33 "can_use_on_swarming_builders": true
30 } 34 }
31 }, 35 },
32 { 36 {
33 "test": "browser_tests", 37 "test": "browser_tests",
34 "swarming": { 38 "swarming": {
35 "can_use_on_swarming_builders": true, 39 "can_use_on_swarming_builders": true,
36 "shards": 5 40 "shards": 8
37 } 41 }
38 }, 42 },
39 "cacheinvalidation_unittests", 43 "cacheinvalidation_unittests",
40 "cast_unittests", 44 "cast_unittests",
41 "cc_unittests", 45 "cc_unittests",
42 "chromedriver_unittests", 46 "chromedriver_unittests",
43 { 47 {
44 "test": "chromevox_tests", 48 "test": "chromevox_tests",
45 "chromium_configs": [ 49 "chromium_configs": [
46 "chromium_chromeos", 50 "chromium_chromeos",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 }, 150 },
147 "sql_unittests", 151 "sql_unittests",
148 { 152 {
149 "test": "sync_integration_tests", 153 "test": "sync_integration_tests",
150 "swarming": { 154 "swarming": {
151 "can_use_on_swarming_builders": true, 155 "can_use_on_swarming_builders": true,
152 "shards": 3 156 "shards": 3
153 } 157 }
154 }, 158 },
155 "sync_unit_tests", 159 "sync_unit_tests",
156 "ui_unittests", 160 "ui_base_unittests",
157 { 161 {
158 "test": "unit_tests", 162 "test": "unit_tests",
159 "swarming": { 163 "swarming": {
160 "can_use_on_swarming_builders": true, 164 "can_use_on_swarming_builders": true,
161 "shards": 2 165 "shards": 2
162 } 166 }
163 }, 167 },
164 "url_unittests", 168 "url_unittests",
165 { 169 {
166 "test": "wm_unittests", 170 "test": "wm_unittests",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "non_filter_tests_builders": [ 230 "non_filter_tests_builders": [
227 ], 231 ],
228 232
229 "filter_compile_builders": [ 233 "filter_compile_builders": [
230 "win_chromium_compile_dbg", 234 "win_chromium_compile_dbg",
231 "win_chromium_rel_swarming", 235 "win_chromium_rel_swarming",
232 "win_chromium_x64_rel_swarming", 236 "win_chromium_x64_rel_swarming",
233 "win8_chromium_rel" 237 "win8_chromium_rel"
234 ] 238 ]
235 } 239 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_memory_trybot.json ('k') | testing/chromoting/browser_test_commands_linux.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698