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

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

Issue 796663002: Update from https://crrev.com/307758 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updates for SkCanvas::NewRaster deprecation Created 6 years 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.win.json ('k') | testing/buildbot/chromium_win8_trybot.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 "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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "sql_unittests", 151 "sql_unittests",
152 { 152 {
153 "test": "sync_integration_tests", 153 "test": "sync_integration_tests",
154 "swarming": { 154 "swarming": {
155 "can_use_on_swarming_builders": true, 155 "can_use_on_swarming_builders": true,
156 "shards": 3 156 "shards": 3
157 } 157 }
158 }, 158 },
159 "sync_unit_tests", 159 "sync_unit_tests",
160 "ui_base_unittests", 160 "ui_base_unittests",
161 "ui_touch_selection_unittests",
161 { 162 {
162 "test": "unit_tests", 163 "test": "unit_tests",
163 "swarming": { 164 "swarming": {
164 "can_use_on_swarming_builders": true, 165 "can_use_on_swarming_builders": true,
165 "shards": 2 166 "shards": 2
166 } 167 }
167 }, 168 },
168 { 169 {
169 "test": "ui_chromeos_unittests", 170 "test": "ui_chromeos_unittests",
170 "platforms": ["linux"], 171 "platforms": ["linux"],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "non_filter_tests_builders": [ 240 "non_filter_tests_builders": [
240 ], 241 ],
241 242
242 "filter_compile_builders": [ 243 "filter_compile_builders": [
243 "win_chromium_compile_dbg", 244 "win_chromium_compile_dbg",
244 "win_chromium_rel_swarming", 245 "win_chromium_rel_swarming",
245 "win_chromium_x64_rel_swarming", 246 "win_chromium_x64_rel_swarming",
246 "win8_chromium_rel" 247 "win8_chromium_rel"
247 ] 248 ]
248 } 249 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_win8_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698