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

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

Issue 2088603002: Implement RenderPass StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add checked_cast Created 4 years, 6 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
OLDNEW
1 { 1 {
2 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "android_devices": "4", 451 "android_devices": "4",
452 "device_os": "KTU84P", 452 "device_os": "KTU84P",
453 "device_type": "hammerhead" 453 "device_type": "hammerhead"
454 } 454 }
455 ], 455 ],
456 "hard_timeout": 60 456 "hard_timeout": 60
457 }, 457 },
458 "test": "mojo_runner_host_unittests" 458 "test": "mojo_runner_host_unittests"
459 }, 459 },
460 { 460 {
461 "override_isolate_target": "mojo_surfaces_lib_unittests",
462 "swarming": {
463 "can_use_on_swarming_builders": true,
464 "dimension_sets": [
465 {
466 "android_devices": "4",
467 "device_os": "KTU84P",
468 "device_type": "hammerhead"
469 }
470 ],
471 "hard_timeout": 60
472 },
473 "test": "mojo_surfaces_lib_unittests"
474 },
475 {
476 "override_isolate_target": "mojo_system_unittests", 461 "override_isolate_target": "mojo_system_unittests",
477 "swarming": { 462 "swarming": {
478 "can_use_on_swarming_builders": true, 463 "can_use_on_swarming_builders": true,
479 "dimension_sets": [ 464 "dimension_sets": [
480 { 465 {
481 "android_devices": "4", 466 "android_devices": "4",
482 "device_os": "KTU84P", 467 "device_os": "KTU84P",
483 "device_type": "hammerhead" 468 "device_type": "hammerhead"
484 } 469 }
485 ], 470 ],
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 { 723 {
739 "test": "mojo_public_bindings_unittests" 724 "test": "mojo_public_bindings_unittests"
740 }, 725 },
741 { 726 {
742 "test": "mojo_public_system_unittests" 727 "test": "mojo_public_system_unittests"
743 }, 728 },
744 { 729 {
745 "test": "mojo_runner_host_unittests" 730 "test": "mojo_runner_host_unittests"
746 }, 731 },
747 { 732 {
748 "test": "mojo_surfaces_lib_unittests"
749 },
750 {
751 "test": "mojo_system_unittests" 733 "test": "mojo_system_unittests"
752 }, 734 },
753 { 735 {
754 "test": "net_unittests" 736 "test": "net_unittests"
755 }, 737 },
756 { 738 {
757 "override_compile_targets": [ 739 "override_compile_targets": [
758 "sandbox_linux_unittests" 740 "sandbox_linux_unittests"
759 ], 741 ],
760 "test": "sandbox_linux_unittests" 742 "test": "sandbox_linux_unittests"
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 { 1289 {
1308 "swarming": { 1290 "swarming": {
1309 "can_use_on_swarming_builders": true 1291 "can_use_on_swarming_builders": true
1310 }, 1292 },
1311 "test": "mojo_shell_unittests" 1293 "test": "mojo_shell_unittests"
1312 }, 1294 },
1313 { 1295 {
1314 "swarming": { 1296 "swarming": {
1315 "can_use_on_swarming_builders": true 1297 "can_use_on_swarming_builders": true
1316 }, 1298 },
1317 "test": "mojo_surfaces_lib_unittests"
1318 },
1319 {
1320 "swarming": {
1321 "can_use_on_swarming_builders": true
1322 },
1323 "test": "mojo_system_unittests" 1299 "test": "mojo_system_unittests"
1324 }, 1300 },
1325 { 1301 {
1326 "swarming": { 1302 "swarming": {
1327 "can_use_on_swarming_builders": true 1303 "can_use_on_swarming_builders": true
1328 }, 1304 },
1329 "test": "mus_clipboard_unittests" 1305 "test": "mus_clipboard_unittests"
1330 }, 1306 },
1331 { 1307 {
1332 "test": "mus_gpu_unittests" 1308 "test": "mus_gpu_unittests"
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
2272 "override_compile_targets": [ 2248 "override_compile_targets": [
2273 "telemetry_unittests_run" 2249 "telemetry_unittests_run"
2274 ], 2250 ],
2275 "swarming": { 2251 "swarming": {
2276 "can_use_on_swarming_builders": true 2252 "can_use_on_swarming_builders": true
2277 } 2253 }
2278 } 2254 }
2279 ] 2255 ]
2280 } 2256 }
2281 } 2257 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698