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

Side by Side Diff: testing/buildbot/chromium.android.json

Issue 1957323002: [Android] Set isolate targets for two gpu suites on chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | 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 "Android GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "content_shell_test_apk", 8 "content_shell_test_apk",
9 "system_webview_apk" 9 "system_webview_apk"
10 ] 10 ]
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "dimension_sets": [ 247 "dimension_sets": [
248 { 248 {
249 "device_os": "KTU84P", 249 "device_os": "KTU84P",
250 "device_type": "hammerhead" 250 "device_type": "hammerhead"
251 } 251 }
252 ] 252 ]
253 }, 253 },
254 "test": "gl_tests" 254 "test": "gl_tests"
255 }, 255 },
256 { 256 {
257 "override_isolate_target": "gpu_ipc_service_unittests",
257 "swarming": { 258 "swarming": {
258 "can_use_on_swarming_builders": true, 259 "can_use_on_swarming_builders": true,
259 "dimension_sets": [ 260 "dimension_sets": [
260 { 261 {
261 "device_os": "KTU84P", 262 "device_os": "KTU84P",
262 "device_type": "hammerhead" 263 "device_type": "hammerhead"
263 } 264 }
264 ] 265 ]
265 }, 266 },
266 "test": "gpu_ipc_service_unittests" 267 "test": "gpu_ipc_service_unittests"
267 }, 268 },
268 { 269 {
270 "override_isolate_target": "gpu_unittests",
269 "swarming": { 271 "swarming": {
270 "can_use_on_swarming_builders": true, 272 "can_use_on_swarming_builders": true,
271 "dimension_sets": [ 273 "dimension_sets": [
272 { 274 {
273 "device_os": "KTU84P", 275 "device_os": "KTU84P",
274 "device_type": "hammerhead" 276 "device_type": "hammerhead"
275 } 277 }
276 ] 278 ]
277 }, 279 },
278 "test": "gpu_unittests" 280 "test": "gpu_unittests"
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 }, 1264 },
1263 { 1265 {
1264 "test": "chrome_sync_shell_test_apk" 1266 "test": "chrome_sync_shell_test_apk"
1265 }, 1267 },
1266 { 1268 {
1267 "test": "content_shell_test_apk" 1269 "test": "content_shell_test_apk"
1268 } 1270 }
1269 ] 1271 ]
1270 } 1272 }
1271 } 1273 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698