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

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

Issue 1423733003: Run telemetry_perf_unittests via isolate on "Windows Tests" & "Mac tests" and trybot. (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
OLDNEW
1 { 1 {
2 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 "swarming": { 677 "swarming": {
678 "can_use_on_swarming_builders": true 678 "can_use_on_swarming_builders": true
679 }, 679 },
680 "test": "wm_unittests" 680 "test": "wm_unittests"
681 } 681 }
682 ], 682 ],
683 "isolated_scripts": [ 683 "isolated_scripts": [
684 { 684 {
685 "isolate_name": "telemetry_gpu_unittests", 685 "isolate_name": "telemetry_gpu_unittests",
686 "name": "telemetry_gpu_unittests" 686 "name": "telemetry_gpu_unittests"
687 },
688 {
689 "isolate_name": "telemetry_perf_unittests",
690 "name": "telemetry_perf_unittests"
687 } 691 }
688 ], 692 ],
689 "scripts": [ 693 "scripts": [
690 { 694 {
691 "name": "telemetry_unittests", 695 "name": "telemetry_unittests",
692 "script": "telemetry_unittests.py" 696 "script": "telemetry_unittests.py"
693 }, 697 },
694 { 698 {
695 "name": "telemetry_perf_unittests",
696 "script": "telemetry_perf_unittests.py"
697 },
698 {
699 "name": "nacl_integration", 699 "name": "nacl_integration",
700 "script": "nacl_integration.py" 700 "script": "nacl_integration.py"
701 } 701 }
702 ] 702 ]
703 }, 703 },
704 "Win x64 GN": { 704 "Win x64 GN": {
705 "additional_compile_targets": [ 705 "additional_compile_targets": [
706 "gn_all" 706 "gn_all"
707 ] 707 ]
708 }, 708 },
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 "swarming": { 1112 "swarming": {
1113 "can_use_on_swarming_builders": true 1113 "can_use_on_swarming_builders": true
1114 }, 1114 },
1115 "test": "wm_unittests" 1115 "test": "wm_unittests"
1116 } 1116 }
1117 ], 1117 ],
1118 "isolated_scripts": [ 1118 "isolated_scripts": [
1119 { 1119 {
1120 "isolate_name": "telemetry_gpu_unittests", 1120 "isolate_name": "telemetry_gpu_unittests",
1121 "name": "telemetry_gpu_unittests" 1121 "name": "telemetry_gpu_unittests"
1122 },
1123 {
1124 "isolate_name": "telemetry_perf_unittests",
1125 "name": "telemetry_perf_unittests"
1122 } 1126 }
1123 ], 1127 ],
1124 "scripts": [ 1128 "scripts": [
1125 { 1129 {
1126 "name": "telemetry_unittests", 1130 "name": "telemetry_unittests",
1127 "script": "telemetry_unittests.py" 1131 "script": "telemetry_unittests.py"
1128 }, 1132 },
1129 { 1133 {
1130 "name": "telemetry_perf_unittests",
1131 "script": "telemetry_perf_unittests.py"
1132 },
1133 {
1134 "name": "nacl_integration", 1134 "name": "nacl_integration",
1135 "script": "nacl_integration.py" 1135 "script": "nacl_integration.py"
1136 } 1136 }
1137 ] 1137 ]
1138 }, 1138 },
1139 "Win7 Tests (dbg)(1)": { 1139 "Win7 Tests (dbg)(1)": {
1140 "gtest_tests": [ 1140 "gtest_tests": [
1141 { 1141 {
1142 "swarming": { 1142 "swarming": {
1143 "can_use_on_swarming_builders": true 1143 "can_use_on_swarming_builders": true
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 "swarming": { 1452 "swarming": {
1453 "can_use_on_swarming_builders": true 1453 "can_use_on_swarming_builders": true
1454 }, 1454 },
1455 "test": "wm_unittests" 1455 "test": "wm_unittests"
1456 } 1456 }
1457 ], 1457 ],
1458 "isolated_scripts": [ 1458 "isolated_scripts": [
1459 { 1459 {
1460 "isolate_name": "telemetry_gpu_unittests", 1460 "isolate_name": "telemetry_gpu_unittests",
1461 "name": "telemetry_gpu_unittests" 1461 "name": "telemetry_gpu_unittests"
1462 },
1463 {
1464 "isolate_name": "telemetry_perf_unittests",
1465 "name": "telemetry_perf_unittests"
1462 } 1466 }
1463 ], 1467 ],
1464 "scripts": [ 1468 "scripts": [
1465 { 1469 {
1466 "name": "telemetry_unittests", 1470 "name": "telemetry_unittests",
1467 "script": "telemetry_unittests.py" 1471 "script": "telemetry_unittests.py"
1468 },
1469 {
1470 "name": "telemetry_perf_unittests",
1471 "script": "telemetry_perf_unittests.py"
1472 } 1472 }
1473 ] 1473 ]
1474 }, 1474 },
1475 "Win8 Aura": { 1475 "Win8 Aura": {
1476 "additional_compile_targets": [ 1476 "additional_compile_targets": [
1477 "accessibility_unittests", 1477 "accessibility_unittests",
1478 "app_list_unittests", 1478 "app_list_unittests",
1479 "app_shell_unittests", 1479 "app_shell_unittests",
1480 "ash_unittests", 1480 "ash_unittests",
1481 "aura_unittests", 1481 "aura_unittests",
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1980 "swarming": { 1980 "swarming": {
1981 "can_use_on_swarming_builders": true 1981 "can_use_on_swarming_builders": true
1982 }, 1982 },
1983 "test": "wm_unittests" 1983 "test": "wm_unittests"
1984 } 1984 }
1985 ], 1985 ],
1986 "isolated_scripts": [ 1986 "isolated_scripts": [
1987 { 1987 {
1988 "isolate_name": "telemetry_gpu_unittests", 1988 "isolate_name": "telemetry_gpu_unittests",
1989 "name": "telemetry_gpu_unittests" 1989 "name": "telemetry_gpu_unittests"
1990 },
1991 {
1992 "isolate_name": "telemetry_perf_unittests",
1993 "name": "telemetry_perf_unittests"
1990 } 1994 }
1991 ], 1995 ],
1992 "scripts": [ 1996 "scripts": [
1993 { 1997 {
1994 "name": "telemetry_unittests", 1998 "name": "telemetry_unittests",
1995 "script": "telemetry_unittests.py" 1999 "script": "telemetry_unittests.py"
1996 }, 2000 },
1997 { 2001 {
1998 "name": "telemetry_perf_unittests",
1999 "script": "telemetry_perf_unittests.py"
2000 },
2001 {
2002 "name": "nacl_integration", 2002 "name": "nacl_integration",
2003 "script": "nacl_integration.py" 2003 "script": "nacl_integration.py"
2004 } 2004 }
2005 ] 2005 ]
2006 } 2006 }
2007 } 2007 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698