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

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

Issue 1218023007: Convert app_shell_unittests to run on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « extensions/shell/app_shell_unittests.isolate ('k') | testing/buildbot/chromium.linux.json » ('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 "Linux ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 }, 124 },
125 "test": "accessibility_unittests" 125 "test": "accessibility_unittests"
126 }, 126 },
127 { 127 {
128 "swarming": { 128 "swarming": {
129 "can_use_on_swarming_builders": true 129 "can_use_on_swarming_builders": true
130 }, 130 },
131 "test": "app_list_unittests" 131 "test": "app_list_unittests"
132 }, 132 },
133 { 133 {
134 "swarming": {
135 "can_use_on_swarming_builders": true
136 },
134 "test": "app_shell_unittests" 137 "test": "app_shell_unittests"
135 }, 138 },
136 { 139 {
137 "swarming": { 140 "swarming": {
138 "can_use_on_swarming_builders": true 141 "can_use_on_swarming_builders": true
139 }, 142 },
140 "test": "ash_unittests" 143 "test": "ash_unittests"
141 }, 144 },
142 { 145 {
143 "swarming": { 146 "swarming": {
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 }, 361 },
359 "test": "accessibility_unittests" 362 "test": "accessibility_unittests"
360 }, 363 },
361 { 364 {
362 "swarming": { 365 "swarming": {
363 "can_use_on_swarming_builders": true 366 "can_use_on_swarming_builders": true
364 }, 367 },
365 "test": "app_list_unittests" 368 "test": "app_list_unittests"
366 }, 369 },
367 { 370 {
371 "swarming": {
372 "can_use_on_swarming_builders": true
373 },
368 "test": "app_shell_unittests" 374 "test": "app_shell_unittests"
369 }, 375 },
370 { 376 {
371 "swarming": { 377 "swarming": {
372 "can_use_on_swarming_builders": true 378 "can_use_on_swarming_builders": true
373 }, 379 },
374 "test": "ash_unittests" 380 "test": "ash_unittests"
375 }, 381 },
376 { 382 {
377 "swarming": { 383 "swarming": {
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 }, 603 },
598 "test": "accessibility_unittests" 604 "test": "accessibility_unittests"
599 }, 605 },
600 { 606 {
601 "swarming": { 607 "swarming": {
602 "can_use_on_swarming_builders": true 608 "can_use_on_swarming_builders": true
603 }, 609 },
604 "test": "app_list_unittests" 610 "test": "app_list_unittests"
605 }, 611 },
606 { 612 {
613 "swarming": {
614 "can_use_on_swarming_builders": true
615 },
607 "test": "app_shell_unittests" 616 "test": "app_shell_unittests"
608 }, 617 },
609 { 618 {
610 "swarming": { 619 "swarming": {
611 "can_use_on_swarming_builders": true 620 "can_use_on_swarming_builders": true
612 }, 621 },
613 "test": "ash_unittests" 622 "test": "ash_unittests"
614 }, 623 },
615 { 624 {
616 "swarming": { 625 "swarming": {
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 }, 830 },
822 { 831 {
823 "test": "views_unittests" 832 "test": "views_unittests"
824 }, 833 },
825 { 834 {
826 "test": "wm_unittests" 835 "test": "wm_unittests"
827 } 836 }
828 ] 837 ]
829 } 838 }
830 } 839 }
OLDNEW
« no previous file with comments | « extensions/shell/app_shell_unittests.isolate ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698