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

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

Issue 754433003: Update from https://crrev.com/305340 (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
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | third_party/android_testrunner/README.chromium » ('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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 { 7 {
8 "test": "app_installer_unittests", 8 "test": "app_installer_unittests",
9 "platforms": ["win"] 9 "platforms": ["win"]
10 }, 10 },
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 }, 158 },
159 "sync_unit_tests", 159 "sync_unit_tests",
160 "ui_base_unittests", 160 "ui_base_unittests",
161 { 161 {
162 "test": "unit_tests", 162 "test": "unit_tests",
163 "swarming": { 163 "swarming": {
164 "can_use_on_swarming_builders": true, 164 "can_use_on_swarming_builders": true,
165 "shards": 2 165 "shards": 2
166 } 166 }
167 }, 167 },
168 {
169 "test": "ui_chromeos_unittests",
170 "platforms": ["linux"],
171 "chromium_configs": [
172 "chromium_chromeos",
173 "chromium_chromeos_clang",
174 "chromium_chromeos_ozone"
175 ]
176 },
168 "url_unittests", 177 "url_unittests",
169 { 178 {
170 "test": "wm_unittests", 179 "test": "wm_unittests",
171 "platforms": ["linux", "win"] 180 "platforms": ["linux", "win"]
172 }, 181 },
173 { 182 {
174 "test": "app_shell_browsertests", 183 "test": "app_shell_browsertests",
175 "platforms": ["linux", "win"] 184 "platforms": ["linux", "win"]
176 }, 185 },
177 { 186 {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "non_filter_tests_builders": [ 239 "non_filter_tests_builders": [
231 ], 240 ],
232 241
233 "filter_compile_builders": [ 242 "filter_compile_builders": [
234 "win_chromium_compile_dbg", 243 "win_chromium_compile_dbg",
235 "win_chromium_rel_swarming", 244 "win_chromium_rel_swarming",
236 "win_chromium_x64_rel_swarming", 245 "win_chromium_x64_rel_swarming",
237 "win8_chromium_rel" 246 "win8_chromium_rel"
238 ] 247 ]
239 } 248 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | third_party/android_testrunner/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698