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.chromiumos.json

Issue 1192913008: Convert ash_unittests to run on Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_remove_stale_memory
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 | « no previous file | 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 "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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 { 121 {
122 "swarming": { 122 "swarming": {
123 "can_use_on_swarming_builders": true 123 "can_use_on_swarming_builders": true
124 }, 124 },
125 "test": "app_list_unittests" 125 "test": "app_list_unittests"
126 }, 126 },
127 { 127 {
128 "test": "app_shell_unittests" 128 "test": "app_shell_unittests"
129 }, 129 },
130 { 130 {
131 "swarming": {
132 "can_use_on_swarming_builders": true
133 },
131 "test": "ash_unittests" 134 "test": "ash_unittests"
132 }, 135 },
133 { 136 {
134 "test": "aura_unittests" 137 "test": "aura_unittests"
135 }, 138 },
136 { 139 {
137 "test": "base_unittests" 140 "test": "base_unittests"
138 }, 141 },
139 { 142 {
140 "test": "cacheinvalidation_unittests" 143 "test": "cacheinvalidation_unittests"
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 }, 665 },
663 { 666 {
664 "test": "views_unittests" 667 "test": "views_unittests"
665 }, 668 },
666 { 669 {
667 "test": "wm_unittests" 670 "test": "wm_unittests"
668 } 671 }
669 ] 672 ]
670 } 673 }
671 } 674 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698