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

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

Issue 1432653002: Revert of Run telemetry_perf_unittests via isolate on "Mac tests", "Linux tests" and trybot with swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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.linux.json ('k') | tools/perf/benchmarks/benchmark_smoke_unittest.py » ('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 "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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "test": "url_unittests" 307 "test": "url_unittests"
308 } 308 }
309 ], 309 ],
310 "isolated_scripts": [ 310 "isolated_scripts": [
311 { 311 {
312 "isolate_name": "telemetry_gpu_unittests", 312 "isolate_name": "telemetry_gpu_unittests",
313 "name": "telemetry_gpu_unittests", 313 "name": "telemetry_gpu_unittests",
314 "swarming": { 314 "swarming": {
315 "can_use_on_swarming_builders": true 315 "can_use_on_swarming_builders": true
316 } 316 }
317 },
318 {
319 "isolate_name": "telemetry_perf_unittests",
320 "name": "telemetry_perf_unittests",
321 "swarming": {
322 "can_use_on_swarming_builders": true
323 }
324 } 317 }
325 ], 318 ],
326 "scripts": [ 319 "scripts": [
327 { 320 {
328 "name": "telemetry_unittests", 321 "name": "telemetry_unittests",
329 "script": "telemetry_unittests.py" 322 "script": "telemetry_unittests.py"
330 }, 323 },
331 { 324 {
325 "name": "telemetry_perf_unittests",
326 "script": "telemetry_perf_unittests.py"
327 },
328 {
332 "name": "nacl_integration", 329 "name": "nacl_integration",
333 "script": "nacl_integration.py" 330 "script": "nacl_integration.py"
334 } 331 }
335 ] 332 ]
336 }, 333 },
337 "Mac10.6 Tests": { 334 "Mac10.6 Tests": {
338 "gtest_tests": [ 335 "gtest_tests": [
339 { 336 {
340 "swarming": { 337 "swarming": {
341 "can_use_on_swarming_builders": true 338 "can_use_on_swarming_builders": true
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 "test": "url_unittests" 593 "test": "url_unittests"
597 } 594 }
598 ], 595 ],
599 "isolated_scripts": [ 596 "isolated_scripts": [
600 { 597 {
601 "isolate_name": "telemetry_gpu_unittests", 598 "isolate_name": "telemetry_gpu_unittests",
602 "name": "telemetry_gpu_unittests", 599 "name": "telemetry_gpu_unittests",
603 "swarming": { 600 "swarming": {
604 "can_use_on_swarming_builders": true 601 "can_use_on_swarming_builders": true
605 } 602 }
606 },
607 {
608 "isolate_name": "telemetry_perf_unittests",
609 "name": "telemetry_perf_unittests",
610 "swarming": {
611 "can_use_on_swarming_builders": true
612 }
613 } 603 }
614 ], 604 ],
615 "scripts": [ 605 "scripts": [
616 { 606 {
617 "name": "telemetry_unittests", 607 "name": "telemetry_unittests",
618 "script": "telemetry_unittests.py" 608 "script": "telemetry_unittests.py"
619 }, 609 },
620 { 610 {
611 "name": "telemetry_perf_unittests",
612 "script": "telemetry_perf_unittests.py"
613 },
614 {
621 "name": "nacl_integration", 615 "name": "nacl_integration",
622 "script": "nacl_integration.py" 616 "script": "nacl_integration.py"
623 } 617 }
624 ] 618 ]
625 }, 619 },
626 "Mac10.8 Tests": { 620 "Mac10.8 Tests": {
627 "gtest_tests": [ 621 "gtest_tests": [
628 { 622 {
629 "swarming": { 623 "swarming": {
630 "can_use_on_swarming_builders": true 624 "can_use_on_swarming_builders": true
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 "test": "url_unittests" 879 "test": "url_unittests"
886 } 880 }
887 ], 881 ],
888 "isolated_scripts": [ 882 "isolated_scripts": [
889 { 883 {
890 "isolate_name": "telemetry_gpu_unittests", 884 "isolate_name": "telemetry_gpu_unittests",
891 "name": "telemetry_gpu_unittests", 885 "name": "telemetry_gpu_unittests",
892 "swarming": { 886 "swarming": {
893 "can_use_on_swarming_builders": true 887 "can_use_on_swarming_builders": true
894 } 888 }
895 },
896 {
897 "isolate_name": "telemetry_perf_unittests",
898 "name": "telemetry_perf_unittests",
899 "swarming": {
900 "can_use_on_swarming_builders": true
901 }
902 } 889 }
903 ], 890 ],
904 "scripts": [ 891 "scripts": [
905 { 892 {
906 "name": "telemetry_unittests", 893 "name": "telemetry_unittests",
907 "script": "telemetry_unittests.py" 894 "script": "telemetry_unittests.py"
908 }, 895 },
909 { 896 {
897 "name": "telemetry_perf_unittests",
898 "script": "telemetry_perf_unittests.py"
899 },
900 {
910 "name": "nacl_integration", 901 "name": "nacl_integration",
911 "script": "nacl_integration.py" 902 "script": "nacl_integration.py"
912 } 903 }
913 ] 904 ]
914 }, 905 },
915 "Mac10.9 Tests": { 906 "Mac10.9 Tests": {
916 "gtest_tests": [ 907 "gtest_tests": [
917 { 908 {
918 "swarming": { 909 "swarming": {
919 "can_use_on_swarming_builders": true 910 "can_use_on_swarming_builders": true
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 "test": "url_unittests" 1165 "test": "url_unittests"
1175 } 1166 }
1176 ], 1167 ],
1177 "isolated_scripts": [ 1168 "isolated_scripts": [
1178 { 1169 {
1179 "isolate_name": "telemetry_gpu_unittests", 1170 "isolate_name": "telemetry_gpu_unittests",
1180 "name": "telemetry_gpu_unittests", 1171 "name": "telemetry_gpu_unittests",
1181 "swarming": { 1172 "swarming": {
1182 "can_use_on_swarming_builders": true 1173 "can_use_on_swarming_builders": true
1183 } 1174 }
1184 },
1185 {
1186 "isolate_name": "telemetry_perf_unittests",
1187 "name": "telemetry_perf_unittests",
1188 "swarming": {
1189 "can_use_on_swarming_builders": true
1190 }
1191 } 1175 }
1192 ], 1176 ],
1193 "scripts": [ 1177 "scripts": [
1194 { 1178 {
1195 "name": "telemetry_unittests", 1179 "name": "telemetry_unittests",
1196 "script": "telemetry_unittests.py" 1180 "script": "telemetry_unittests.py"
1197 }, 1181 },
1198 { 1182 {
1183 "name": "telemetry_perf_unittests",
1184 "script": "telemetry_perf_unittests.py"
1185 },
1186 {
1199 "name": "nacl_integration", 1187 "name": "nacl_integration",
1200 "script": "nacl_integration.py" 1188 "script": "nacl_integration.py"
1201 } 1189 }
1202 ] 1190 ]
1203 }, 1191 },
1204 "Mac10.9 Tests (dbg)": { 1192 "Mac10.9 Tests (dbg)": {
1205 "gtest_tests": [ 1193 "gtest_tests": [
1206 { 1194 {
1207 "swarming": { 1195 "swarming": {
1208 "can_use_on_swarming_builders": true 1196 "can_use_on_swarming_builders": true
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
1464 "test": "url_unittests" 1452 "test": "url_unittests"
1465 } 1453 }
1466 ], 1454 ],
1467 "isolated_scripts": [ 1455 "isolated_scripts": [
1468 { 1456 {
1469 "isolate_name": "telemetry_gpu_unittests", 1457 "isolate_name": "telemetry_gpu_unittests",
1470 "name": "telemetry_gpu_unittests", 1458 "name": "telemetry_gpu_unittests",
1471 "swarming": { 1459 "swarming": {
1472 "can_use_on_swarming_builders": true 1460 "can_use_on_swarming_builders": true
1473 } 1461 }
1474 },
1475 {
1476 "isolate_name": "telemetry_perf_unittests",
1477 "name": "telemetry_perf_unittests",
1478 "swarming": {
1479 "can_use_on_swarming_builders": true
1480 }
1481 } 1462 }
1482 ], 1463 ],
1483 "scripts": [ 1464 "scripts": [
1484 { 1465 {
1485 "name": "telemetry_unittests", 1466 "name": "telemetry_unittests",
1486 "script": "telemetry_unittests.py" 1467 "script": "telemetry_unittests.py"
1487 }, 1468 },
1488 { 1469 {
1470 "name": "telemetry_perf_unittests",
1471 "script": "telemetry_perf_unittests.py"
1472 },
1473 {
1489 "name": "nacl_integration", 1474 "name": "nacl_integration",
1490 "script": "nacl_integration.py" 1475 "script": "nacl_integration.py"
1491 } 1476 }
1492 ] 1477 ]
1493 } 1478 }
1494 } 1479 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | tools/perf/benchmarks/benchmark_smoke_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698