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

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

Issue 2847743003: Eliminate InterfaceRegistry (Closed)
Patch Set: . Created 3 years, 7 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.android.fyi.json ('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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 3117 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 "dimension_sets": [ 3128 "dimension_sets": [
3129 { 3129 {
3130 "android_devices": "1", 3130 "android_devices": "1",
3131 "device_type": "coho" 3131 "device_type": "coho"
3132 } 3132 }
3133 ] 3133 ]
3134 }, 3134 },
3135 "test": "mojo_common_unittests" 3135 "test": "mojo_common_unittests"
3136 }, 3136 },
3137 { 3137 {
3138 "override_isolate_target": "mojo_public_application_unittests",
3139 "swarming": {
3140 "can_use_on_swarming_builders": true,
3141 "dimension_sets": [
3142 {
3143 "android_devices": "1",
3144 "device_type": "coho"
3145 }
3146 ]
3147 },
3148 "test": "mojo_public_application_unittests"
3149 },
3150 {
3151 "override_isolate_target": "mojo_public_bindings_unittests", 3138 "override_isolate_target": "mojo_public_bindings_unittests",
3152 "swarming": { 3139 "swarming": {
3153 "can_use_on_swarming_builders": true, 3140 "can_use_on_swarming_builders": true,
3154 "dimension_sets": [ 3141 "dimension_sets": [
3155 { 3142 {
3156 "android_devices": "1", 3143 "android_devices": "1",
3157 "device_type": "coho" 3144 "device_type": "coho"
3158 } 3145 }
3159 ] 3146 ]
3160 }, 3147 },
(...skipping 10011 matching lines...) Expand 10 before | Expand all | Expand 10 after
13172 }, 13159 },
13173 { 13160 {
13174 "swarming": { 13161 "swarming": {
13175 "can_use_on_swarming_builders": false 13162 "can_use_on_swarming_builders": false
13176 }, 13163 },
13177 "test": "views_unittests" 13164 "test": "views_unittests"
13178 } 13165 }
13179 ] 13166 ]
13180 } 13167 }
13181 } 13168 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.fyi.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698