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

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

Issue 1396313005: Run telemetry_gpu_unittests via isolate on "Window Tests" & "Mac tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 } 9 }
10 ] 10 ]
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 }, 300 },
301 "test": "unit_tests" 301 "test": "unit_tests"
302 }, 302 },
303 { 303 {
304 "swarming": { 304 "swarming": {
305 "can_use_on_swarming_builders": true 305 "can_use_on_swarming_builders": true
306 }, 306 },
307 "test": "url_unittests" 307 "test": "url_unittests"
308 } 308 }
309 ], 309 ],
310 "isolated_scripts": [
311 {
312 "isolate_name": "telemetry_gpu_unittests",
313 "name": "telemetry_gpu_unittests"
314 }
315 ],
310 "scripts": [ 316 "scripts": [
311 { 317 {
312 "name": "telemetry_unittests", 318 "name": "telemetry_unittests",
313 "script": "telemetry_unittests.py" 319 "script": "telemetry_unittests.py"
314 }, 320 },
315 { 321 {
316 "name": "telemetry_gpu_unittests",
317 "script": "telemetry_gpu_unittests.py"
318 },
319 {
320 "name": "telemetry_perf_unittests", 322 "name": "telemetry_perf_unittests",
321 "script": "telemetry_perf_unittests.py" 323 "script": "telemetry_perf_unittests.py"
322 }, 324 },
323 { 325 {
324 "name": "nacl_integration", 326 "name": "nacl_integration",
325 "script": "nacl_integration.py" 327 "script": "nacl_integration.py"
326 } 328 }
327 ] 329 ]
328 }, 330 },
329 "Mac10.6 Tests": { 331 "Mac10.6 Tests": {
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 }, 583 },
582 "test": "unit_tests" 584 "test": "unit_tests"
583 }, 585 },
584 { 586 {
585 "swarming": { 587 "swarming": {
586 "can_use_on_swarming_builders": true 588 "can_use_on_swarming_builders": true
587 }, 589 },
588 "test": "url_unittests" 590 "test": "url_unittests"
589 } 591 }
590 ], 592 ],
593 "isolated_scripts": [
594 {
595 "isolate_name": "telemetry_gpu_unittests",
596 "name": "telemetry_gpu_unittests"
597 }
598 ],
591 "scripts": [ 599 "scripts": [
592 { 600 {
593 "name": "telemetry_unittests", 601 "name": "telemetry_unittests",
594 "script": "telemetry_unittests.py" 602 "script": "telemetry_unittests.py"
595 }, 603 },
596 { 604 {
597 "name": "telemetry_gpu_unittests",
598 "script": "telemetry_gpu_unittests.py"
599 },
600 {
601 "name": "telemetry_perf_unittests", 605 "name": "telemetry_perf_unittests",
602 "script": "telemetry_perf_unittests.py" 606 "script": "telemetry_perf_unittests.py"
603 }, 607 },
604 { 608 {
605 "name": "nacl_integration", 609 "name": "nacl_integration",
606 "script": "nacl_integration.py" 610 "script": "nacl_integration.py"
607 } 611 }
608 ] 612 ]
609 }, 613 },
610 "Mac10.8 Tests": { 614 "Mac10.8 Tests": {
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 }, 866 },
863 "test": "unit_tests" 867 "test": "unit_tests"
864 }, 868 },
865 { 869 {
866 "swarming": { 870 "swarming": {
867 "can_use_on_swarming_builders": true 871 "can_use_on_swarming_builders": true
868 }, 872 },
869 "test": "url_unittests" 873 "test": "url_unittests"
870 } 874 }
871 ], 875 ],
876 "isolated_scripts": [
877 {
878 "isolate_name": "telemetry_gpu_unittests",
879 "name": "telemetry_gpu_unittests"
880 }
881 ],
872 "scripts": [ 882 "scripts": [
873 { 883 {
874 "name": "telemetry_unittests", 884 "name": "telemetry_unittests",
875 "script": "telemetry_unittests.py" 885 "script": "telemetry_unittests.py"
876 }, 886 },
877 { 887 {
878 "name": "telemetry_gpu_unittests",
879 "script": "telemetry_gpu_unittests.py"
880 },
881 {
882 "name": "telemetry_perf_unittests", 888 "name": "telemetry_perf_unittests",
883 "script": "telemetry_perf_unittests.py" 889 "script": "telemetry_perf_unittests.py"
884 }, 890 },
885 { 891 {
886 "name": "nacl_integration", 892 "name": "nacl_integration",
887 "script": "nacl_integration.py" 893 "script": "nacl_integration.py"
888 } 894 }
889 ] 895 ]
890 }, 896 },
891 "Mac10.9 Tests": { 897 "Mac10.9 Tests": {
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 }, 1149 },
1144 "test": "unit_tests" 1150 "test": "unit_tests"
1145 }, 1151 },
1146 { 1152 {
1147 "swarming": { 1153 "swarming": {
1148 "can_use_on_swarming_builders": true 1154 "can_use_on_swarming_builders": true
1149 }, 1155 },
1150 "test": "url_unittests" 1156 "test": "url_unittests"
1151 } 1157 }
1152 ], 1158 ],
1159 "isolated_scripts": [
1160 {
1161 "isolate_name": "telemetry_gpu_unittests",
1162 "name": "telemetry_gpu_unittests"
1163 }
1164 ],
1153 "scripts": [ 1165 "scripts": [
1154 { 1166 {
1155 "name": "telemetry_unittests", 1167 "name": "telemetry_unittests",
1156 "script": "telemetry_unittests.py" 1168 "script": "telemetry_unittests.py"
1157 }, 1169 },
1158 { 1170 {
1159 "name": "telemetry_gpu_unittests",
1160 "script": "telemetry_gpu_unittests.py"
1161 },
1162 {
1163 "name": "telemetry_perf_unittests", 1171 "name": "telemetry_perf_unittests",
1164 "script": "telemetry_perf_unittests.py" 1172 "script": "telemetry_perf_unittests.py"
1165 }, 1173 },
1166 { 1174 {
1167 "name": "nacl_integration", 1175 "name": "nacl_integration",
1168 "script": "nacl_integration.py" 1176 "script": "nacl_integration.py"
1169 } 1177 }
1170 ] 1178 ]
1171 }, 1179 },
1172 "Mac10.9 Tests (dbg)": { 1180 "Mac10.9 Tests (dbg)": {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 }, 1433 },
1426 "test": "unit_tests" 1434 "test": "unit_tests"
1427 }, 1435 },
1428 { 1436 {
1429 "swarming": { 1437 "swarming": {
1430 "can_use_on_swarming_builders": true 1438 "can_use_on_swarming_builders": true
1431 }, 1439 },
1432 "test": "url_unittests" 1440 "test": "url_unittests"
1433 } 1441 }
1434 ], 1442 ],
1443 "isolated_scripts": [
1444 {
1445 "isolate_name": "telemetry_gpu_unittests",
1446 "name": "telemetry_gpu_unittests"
1447 }
1448 ],
1435 "scripts": [ 1449 "scripts": [
1436 { 1450 {
1437 "name": "telemetry_unittests", 1451 "name": "telemetry_unittests",
1438 "script": "telemetry_unittests.py" 1452 "script": "telemetry_unittests.py"
1439 }, 1453 },
1440 { 1454 {
1441 "name": "telemetry_gpu_unittests",
1442 "script": "telemetry_gpu_unittests.py"
1443 },
1444 {
1445 "name": "telemetry_perf_unittests", 1455 "name": "telemetry_perf_unittests",
1446 "script": "telemetry_perf_unittests.py" 1456 "script": "telemetry_perf_unittests.py"
1447 }, 1457 },
1448 { 1458 {
1449 "name": "nacl_integration", 1459 "name": "nacl_integration",
1450 "script": "nacl_integration.py" 1460 "script": "nacl_integration.py"
1451 } 1461 }
1452 ] 1462 ]
1453 } 1463 }
1454 } 1464 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698