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

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

Issue 1045313003: Converted accessibility_unittests to run on Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_convert_to_swarming
Patch Set: Remove from OSX 10.10 Created 5 years, 8 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
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | no next file » | 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 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": {
6 "can_use_on_swarming_builders": true
7 },
5 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
6 }, 9 },
7 { 10 {
8 "test": "app_shell_unittests" 11 "test": "app_shell_unittests"
9 }, 12 },
10 { 13 {
11 "test": "aura_unittests" 14 "test": "aura_unittests"
12 }, 15 },
13 { 16 {
14 "swarming": { 17 "swarming": {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 }, 218 },
216 { 219 {
217 "name": "telemetry_perf_unittests", 220 "name": "telemetry_perf_unittests",
218 "script": "telemetry_perf_unittests.py" 221 "script": "telemetry_perf_unittests.py"
219 } 222 }
220 ] 223 ]
221 }, 224 },
222 "Win 7 Tests x64 (1)": { 225 "Win 7 Tests x64 (1)": {
223 "gtest_tests": [ 226 "gtest_tests": [
224 { 227 {
228 "swarming": {
229 "can_use_on_swarming_builders": true
230 },
225 "test": "accessibility_unittests" 231 "test": "accessibility_unittests"
226 }, 232 },
227 { 233 {
228 "test": "app_installer_unittests" 234 "test": "app_installer_unittests"
229 }, 235 },
230 { 236 {
231 "test": "app_list_unittests" 237 "test": "app_list_unittests"
232 }, 238 },
233 { 239 {
234 "test": "app_shell_unittests" 240 "test": "app_shell_unittests"
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 }, 469 },
464 { 470 {
465 "name": "nacl_integration", 471 "name": "nacl_integration",
466 "script": "nacl_integration.py" 472 "script": "nacl_integration.py"
467 } 473 }
468 ] 474 ]
469 }, 475 },
470 "Win7 Tests (1)": { 476 "Win7 Tests (1)": {
471 "gtest_tests": [ 477 "gtest_tests": [
472 { 478 {
479 "swarming": {
480 "can_use_on_swarming_builders": true
481 },
473 "test": "accessibility_unittests" 482 "test": "accessibility_unittests"
474 }, 483 },
475 { 484 {
476 "test": "app_installer_unittests" 485 "test": "app_installer_unittests"
477 }, 486 },
478 { 487 {
479 "test": "app_list_unittests" 488 "test": "app_list_unittests"
480 }, 489 },
481 { 490 {
482 "test": "app_shell_unittests" 491 "test": "app_shell_unittests"
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 }, 720 },
712 { 721 {
713 "name": "nacl_integration", 722 "name": "nacl_integration",
714 "script": "nacl_integration.py" 723 "script": "nacl_integration.py"
715 } 724 }
716 ] 725 ]
717 }, 726 },
718 "Win7 Tests (dbg)(1)": { 727 "Win7 Tests (dbg)(1)": {
719 "gtest_tests": [ 728 "gtest_tests": [
720 { 729 {
730 "swarming": {
731 "can_use_on_swarming_builders": true
732 },
721 "test": "accessibility_unittests" 733 "test": "accessibility_unittests"
722 }, 734 },
723 { 735 {
724 "test": "app_shell_unittests" 736 "test": "app_shell_unittests"
725 }, 737 },
726 { 738 {
727 "swarming": { 739 "swarming": {
728 "can_use_on_swarming_builders": true 740 "can_use_on_swarming_builders": true
729 }, 741 },
730 "test": "ash_unittests" 742 "test": "ash_unittests"
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 "test": "views_unittests" 973 "test": "views_unittests"
962 }, 974 },
963 { 975 {
964 "test": "wm_unittests" 976 "test": "wm_unittests"
965 } 977 }
966 ] 978 ]
967 }, 979 },
968 "XP Tests (1)": { 980 "XP Tests (1)": {
969 "gtest_tests": [ 981 "gtest_tests": [
970 { 982 {
983 "swarming": {
984 "can_use_on_swarming_builders": true
985 },
971 "test": "accessibility_unittests" 986 "test": "accessibility_unittests"
972 }, 987 },
973 { 988 {
974 "test": "app_shell_unittests" 989 "test": "app_shell_unittests"
975 }, 990 },
976 { 991 {
977 "test": "aura_unittests" 992 "test": "aura_unittests"
978 }, 993 },
979 { 994 {
980 "swarming": { 995 "swarming": {
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 "name": "telemetry_perf_unittests", 1189 "name": "telemetry_perf_unittests",
1175 "script": "telemetry_perf_unittests.py" 1190 "script": "telemetry_perf_unittests.py"
1176 }, 1191 },
1177 { 1192 {
1178 "name": "nacl_integration", 1193 "name": "nacl_integration",
1179 "script": "nacl_integration.py" 1194 "script": "nacl_integration.py"
1180 } 1195 }
1181 ] 1196 ]
1182 } 1197 }
1183 } 1198 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698