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

Side by Side Diff: testing/buildbot/chromium.win.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 "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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 { 673 {
674 "test": "views_unittests" 674 "test": "views_unittests"
675 }, 675 },
676 { 676 {
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": [
684 {
685 "isolate_name": "telemetry_gpu_unittests",
686 "name": "telemetry_gpu_unittests"
687 }
688 ],
683 "scripts": [ 689 "scripts": [
684 { 690 {
685 "name": "telemetry_unittests", 691 "name": "telemetry_unittests",
686 "script": "telemetry_unittests.py" 692 "script": "telemetry_unittests.py"
687 }, 693 },
688 { 694 {
689 "name": "telemetry_gpu_unittests",
690 "script": "telemetry_gpu_unittests.py"
691 },
692 {
693 "name": "telemetry_perf_unittests", 695 "name": "telemetry_perf_unittests",
694 "script": "telemetry_perf_unittests.py" 696 "script": "telemetry_perf_unittests.py"
695 }, 697 },
696 { 698 {
697 "name": "nacl_integration", 699 "name": "nacl_integration",
698 "script": "nacl_integration.py" 700 "script": "nacl_integration.py"
699 } 701 }
700 ] 702 ]
701 }, 703 },
702 "Win x64 GN": { 704 "Win x64 GN": {
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 { 1108 {
1107 "test": "views_unittests" 1109 "test": "views_unittests"
1108 }, 1110 },
1109 { 1111 {
1110 "swarming": { 1112 "swarming": {
1111 "can_use_on_swarming_builders": true 1113 "can_use_on_swarming_builders": true
1112 }, 1114 },
1113 "test": "wm_unittests" 1115 "test": "wm_unittests"
1114 } 1116 }
1115 ], 1117 ],
1118 "isolated_scripts": [
1119 {
1120 "isolate_name": "telemetry_gpu_unittests",
1121 "name": "telemetry_gpu_unittests"
1122 }
1123 ],
1116 "scripts": [ 1124 "scripts": [
1117 { 1125 {
1118 "name": "telemetry_unittests", 1126 "name": "telemetry_unittests",
1119 "script": "telemetry_unittests.py" 1127 "script": "telemetry_unittests.py"
1120 }, 1128 },
1121 { 1129 {
1122 "name": "telemetry_gpu_unittests",
1123 "script": "telemetry_gpu_unittests.py"
1124 },
1125 {
1126 "name": "telemetry_perf_unittests", 1130 "name": "telemetry_perf_unittests",
1127 "script": "telemetry_perf_unittests.py" 1131 "script": "telemetry_perf_unittests.py"
1128 }, 1132 },
1129 { 1133 {
1130 "name": "nacl_integration", 1134 "name": "nacl_integration",
1131 "script": "nacl_integration.py" 1135 "script": "nacl_integration.py"
1132 } 1136 }
1133 ] 1137 ]
1134 }, 1138 },
1135 "Win7 Tests (dbg)(1)": { 1139 "Win7 Tests (dbg)(1)": {
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 { 1448 {
1445 "test": "views_unittests" 1449 "test": "views_unittests"
1446 }, 1450 },
1447 { 1451 {
1448 "swarming": { 1452 "swarming": {
1449 "can_use_on_swarming_builders": true 1453 "can_use_on_swarming_builders": true
1450 }, 1454 },
1451 "test": "wm_unittests" 1455 "test": "wm_unittests"
1452 } 1456 }
1453 ], 1457 ],
1458 "isolated_scripts": [
1459 {
1460 "isolate_name": "telemetry_gpu_unittests",
1461 "name": "telemetry_gpu_unittests"
1462 }
1463 ],
1454 "scripts": [ 1464 "scripts": [
1455 { 1465 {
1456 "name": "telemetry_unittests", 1466 "name": "telemetry_unittests",
1457 "script": "telemetry_unittests.py" 1467 "script": "telemetry_unittests.py"
1458 }, 1468 },
1459 { 1469 {
1460 "name": "telemetry_gpu_unittests",
1461 "script": "telemetry_gpu_unittests.py"
1462 },
1463 {
1464 "name": "telemetry_perf_unittests", 1470 "name": "telemetry_perf_unittests",
1465 "script": "telemetry_perf_unittests.py" 1471 "script": "telemetry_perf_unittests.py"
1466 } 1472 }
1467 ] 1473 ]
1468 }, 1474 },
1469 "Win8 Aura": { 1475 "Win8 Aura": {
1470 "additional_compile_targets": [ 1476 "additional_compile_targets": [
1471 "accessibility_unittests", 1477 "accessibility_unittests",
1472 "app_list_unittests", 1478 "app_list_unittests",
1473 "app_shell_unittests", 1479 "app_shell_unittests",
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 { 1976 {
1971 "test": "views_unittests" 1977 "test": "views_unittests"
1972 }, 1978 },
1973 { 1979 {
1974 "swarming": { 1980 "swarming": {
1975 "can_use_on_swarming_builders": true 1981 "can_use_on_swarming_builders": true
1976 }, 1982 },
1977 "test": "wm_unittests" 1983 "test": "wm_unittests"
1978 } 1984 }
1979 ], 1985 ],
1986 "isolated_scripts": [
1987 {
1988 "isolate_name": "telemetry_gpu_unittests",
1989 "name": "telemetry_gpu_unittests"
1990 }
1991 ],
1980 "scripts": [ 1992 "scripts": [
1981 { 1993 {
1982 "name": "telemetry_unittests", 1994 "name": "telemetry_unittests",
1983 "script": "telemetry_unittests.py" 1995 "script": "telemetry_unittests.py"
1984 }, 1996 },
1985 { 1997 {
1986 "name": "telemetry_gpu_unittests",
1987 "script": "telemetry_gpu_unittests.py"
1988 },
1989 {
1990 "name": "telemetry_perf_unittests", 1998 "name": "telemetry_perf_unittests",
1991 "script": "telemetry_perf_unittests.py" 1999 "script": "telemetry_perf_unittests.py"
1992 }, 2000 },
1993 { 2001 {
1994 "name": "nacl_integration", 2002 "name": "nacl_integration",
1995 "script": "nacl_integration.py" 2003 "script": "nacl_integration.py"
1996 } 2004 }
1997 ] 2005 ]
1998 } 2006 }
1999 } 2007 }
OLDNEW
« chrome/telemetry_gpu_unittests.isolate ('K') | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698