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

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

Issue 1048293003: Run app_list_unittests on Swarming in more configurations. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_isolates
Patch Set: 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": { 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 { 227 {
228 "swarming": { 228 "swarming": {
229 "can_use_on_swarming_builders": true 229 "can_use_on_swarming_builders": true
230 }, 230 },
231 "test": "accessibility_unittests" 231 "test": "accessibility_unittests"
232 }, 232 },
233 { 233 {
234 "test": "app_installer_unittests" 234 "test": "app_installer_unittests"
235 }, 235 },
236 { 236 {
237 "swarming": {
238 "can_use_on_swarming_builders": true
239 },
237 "test": "app_list_unittests" 240 "test": "app_list_unittests"
238 }, 241 },
239 { 242 {
240 "test": "app_shell_unittests" 243 "test": "app_shell_unittests"
241 }, 244 },
242 { 245 {
243 "swarming": { 246 "swarming": {
244 "can_use_on_swarming_builders": true 247 "can_use_on_swarming_builders": true
245 }, 248 },
246 "test": "ash_unittests" 249 "test": "ash_unittests"
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 { 481 {
479 "swarming": { 482 "swarming": {
480 "can_use_on_swarming_builders": true 483 "can_use_on_swarming_builders": true
481 }, 484 },
482 "test": "accessibility_unittests" 485 "test": "accessibility_unittests"
483 }, 486 },
484 { 487 {
485 "test": "app_installer_unittests" 488 "test": "app_installer_unittests"
486 }, 489 },
487 { 490 {
491 "swarming": {
492 "can_use_on_swarming_builders": true
493 },
488 "test": "app_list_unittests" 494 "test": "app_list_unittests"
489 }, 495 },
490 { 496 {
491 "test": "app_shell_unittests" 497 "test": "app_shell_unittests"
492 }, 498 },
493 { 499 {
494 "swarming": { 500 "swarming": {
495 "can_use_on_swarming_builders": true 501 "can_use_on_swarming_builders": true
496 }, 502 },
497 "test": "ash_unittests" 503 "test": "ash_unittests"
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 "name": "telemetry_perf_unittests", 1195 "name": "telemetry_perf_unittests",
1190 "script": "telemetry_perf_unittests.py" 1196 "script": "telemetry_perf_unittests.py"
1191 }, 1197 },
1192 { 1198 {
1193 "name": "nacl_integration", 1199 "name": "nacl_integration",
1194 "script": "nacl_integration.py" 1200 "script": "nacl_integration.py"
1195 } 1201 }
1196 ] 1202 ]
1197 } 1203 }
1198 } 1204 }
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