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

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

Issue 1200263002: Convert content_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7b_content_browsertests
Patch Set: Created 5 years, 6 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 | testing/buildbot/chromium.fyi.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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "test": "components_unittests" 155 "test": "components_unittests"
156 }, 156 },
157 { 157 {
158 "swarming": { 158 "swarming": {
159 "can_use_on_swarming_builders": true, 159 "can_use_on_swarming_builders": true,
160 "shards": 2 160 "shards": 2
161 }, 161 },
162 "test": "content_browsertests" 162 "test": "content_browsertests"
163 }, 163 },
164 { 164 {
165 "swarming": {
166 "can_use_on_swarming_builders": true
167 },
165 "test": "content_unittests" 168 "test": "content_unittests"
166 }, 169 },
167 { 170 {
168 "swarming": { 171 "swarming": {
169 "can_use_on_swarming_builders": true 172 "can_use_on_swarming_builders": true
170 }, 173 },
171 "test": "crypto_unittests" 174 "test": "crypto_unittests"
172 }, 175 },
173 { 176 {
174 "test": "dbus_unittests" 177 "test": "dbus_unittests"
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 }, 668 },
666 { 669 {
667 "test": "views_unittests" 670 "test": "views_unittests"
668 }, 671 },
669 { 672 {
670 "test": "wm_unittests" 673 "test": "wm_unittests"
671 } 674 }
672 ] 675 ]
673 } 676 }
674 } 677 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698