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

Side by Side Diff: testing/buildbot/chromium.android.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.json ('k') | 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 "Android Tests (trial)(dbg)": { 2 "Android Tests (trial)(dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": false 6 "can_use_on_swarming_builders": false
7 }, 7 },
8 "test": "blink_heap_unittests" 8 "test": "blink_heap_unittests"
9 }, 9 },
10 { 10 {
(...skipping 2589 matching lines...) Expand 10 before | Expand all | Expand 10 after
2600 "dimension_sets": [ 2600 "dimension_sets": [
2601 { 2601 {
2602 "android_devices": "1", 2602 "android_devices": "1",
2603 "device_type": "coho" 2603 "device_type": "coho"
2604 } 2604 }
2605 ] 2605 ]
2606 }, 2606 },
2607 "test": "mojo_common_unittests" 2607 "test": "mojo_common_unittests"
2608 }, 2608 },
2609 { 2609 {
2610 "override_isolate_target": "mojo_public_application_unittests",
2611 "swarming": {
2612 "can_use_on_swarming_builders": true,
2613 "dimension_sets": [
2614 {
2615 "android_devices": "1",
2616 "device_type": "coho"
2617 }
2618 ]
2619 },
2620 "test": "mojo_public_application_unittests"
2621 },
2622 {
2623 "override_isolate_target": "mojo_public_bindings_unittests", 2610 "override_isolate_target": "mojo_public_bindings_unittests",
2624 "swarming": { 2611 "swarming": {
2625 "can_use_on_swarming_builders": true, 2612 "can_use_on_swarming_builders": true,
2626 "dimension_sets": [ 2613 "dimension_sets": [
2627 { 2614 {
2628 "android_devices": "1", 2615 "android_devices": "1",
2629 "device_type": "coho" 2616 "device_type": "coho"
2630 } 2617 }
2631 ] 2618 ]
2632 }, 2619 },
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
3144 { 3131 {
3145 "android_devices": "4", 3132 "android_devices": "4",
3146 "device_type": "gce_x86" 3133 "device_type": "gce_x86"
3147 } 3134 }
3148 ], 3135 ],
3149 "hard_timeout": 60 3136 "hard_timeout": 60
3150 }, 3137 },
3151 "test": "mojo_common_unittests" 3138 "test": "mojo_common_unittests"
3152 }, 3139 },
3153 { 3140 {
3154 "override_isolate_target": "mojo_public_application_unittests",
3155 "swarming": {
3156 "can_use_on_swarming_builders": true,
3157 "dimension_sets": [
3158 {
3159 "android_devices": "4",
3160 "device_type": "gce_x86"
3161 }
3162 ],
3163 "hard_timeout": 60
3164 },
3165 "test": "mojo_public_application_unittests"
3166 },
3167 {
3168 "override_isolate_target": "mojo_public_bindings_unittests", 3141 "override_isolate_target": "mojo_public_bindings_unittests",
3169 "swarming": { 3142 "swarming": {
3170 "can_use_on_swarming_builders": true, 3143 "can_use_on_swarming_builders": true,
3171 "dimension_sets": [ 3144 "dimension_sets": [
3172 { 3145 {
3173 "android_devices": "4", 3146 "android_devices": "4",
3174 "device_type": "gce_x86" 3147 "device_type": "gce_x86"
3175 } 3148 }
3176 ], 3149 ],
3177 "hard_timeout": 60 3150 "hard_timeout": 60
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
3330 "device_type": "gce_x86" 3303 "device_type": "gce_x86"
3331 } 3304 }
3332 ], 3305 ],
3333 "hard_timeout": 960, 3306 "hard_timeout": 960,
3334 "shards": 1 3307 "shards": 1
3335 } 3308 }
3336 } 3309 }
3337 ] 3310 ]
3338 } 3311 }
3339 } 3312 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698