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

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: Addressed Dana's comments 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 { 722 {
738 "test": "mojo_public_bindings_unittests" 723 "test": "mojo_public_bindings_unittests"
739 }, 724 },
740 { 725 {
741 "test": "mojo_public_system_unittests" 726 "test": "mojo_public_system_unittests"
742 }, 727 },
743 { 728 {
744 "test": "mojo_runner_host_unittests" 729 "test": "mojo_runner_host_unittests"
745 }, 730 },
746 { 731 {
747 "test": "mojo_surfaces_lib_unittests"
748 },
749 {
750 "test": "mojo_system_unittests" 732 "test": "mojo_system_unittests"
751 }, 733 },
752 { 734 {
753 "test": "net_unittests" 735 "test": "net_unittests"
754 }, 736 },
755 { 737 {
756 "override_compile_targets": [ 738 "override_compile_targets": [
757 "sandbox_linux_unittests" 739 "sandbox_linux_unittests"
758 ], 740 ],
759 "test": "sandbox_linux_unittests" 741 "test": "sandbox_linux_unittests"
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 { 1288 {
1307 "swarming": { 1289 "swarming": {
1308 "can_use_on_swarming_builders": true 1290 "can_use_on_swarming_builders": true
1309 }, 1291 },
1310 "test": "mojo_shell_unittests" 1292 "test": "mojo_shell_unittests"
1311 }, 1293 },
1312 { 1294 {
1313 "swarming": { 1295 "swarming": {
1314 "can_use_on_swarming_builders": true 1296 "can_use_on_swarming_builders": true
1315 }, 1297 },
1316 "test": "mojo_surfaces_lib_unittests"
1317 },
1318 {
1319 "swarming": {
1320 "can_use_on_swarming_builders": true
1321 },
1322 "test": "mojo_system_unittests" 1298 "test": "mojo_system_unittests"
1323 }, 1299 },
1324 { 1300 {
1325 "swarming": { 1301 "swarming": {
1326 "can_use_on_swarming_builders": true 1302 "can_use_on_swarming_builders": true
1327 }, 1303 },
1328 "test": "mus_clipboard_unittests" 1304 "test": "mus_clipboard_unittests"
1329 }, 1305 },
1330 { 1306 {
1331 "test": "mus_gpu_unittests" 1307 "test": "mus_gpu_unittests"
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
2267 "override_compile_targets": [ 2243 "override_compile_targets": [
2268 "telemetry_unittests_run" 2244 "telemetry_unittests_run"
2269 ], 2245 ],
2270 "swarming": { 2246 "swarming": {
2271 "can_use_on_swarming_builders": true 2247 "can_use_on_swarming_builders": true
2272 } 2248 }
2273 } 2249 }
2274 ] 2250 ]
2275 } 2251 }
2276 } 2252 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698