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

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

Issue 2901623002: Move more tests suites to services_unittests. (Closed)
Patch Set: Oh, it was never run on android previously... 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.chromiumos.json ('k') | testing/buildbot/chromium.win.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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 3947 matching lines...) Expand 10 before | Expand all | Expand 10 after
3958 { 3958 {
3959 "swarming": { 3959 "swarming": {
3960 "can_use_on_swarming_builders": true 3960 "can_use_on_swarming_builders": true
3961 }, 3961 },
3962 "test": "mojo_system_unittests" 3962 "test": "mojo_system_unittests"
3963 }, 3963 },
3964 { 3964 {
3965 "swarming": { 3965 "swarming": {
3966 "can_use_on_swarming_builders": true 3966 "can_use_on_swarming_builders": true
3967 }, 3967 },
3968 "test": "mus_gpu_unittests"
3969 },
3970 {
3971 "swarming": {
3972 "can_use_on_swarming_builders": true
3973 },
3974 "test": "nacl_loader_unittests" 3968 "test": "nacl_loader_unittests"
3975 }, 3969 },
3976 { 3970 {
3977 "swarming": { 3971 "swarming": {
3978 "can_use_on_swarming_builders": true 3972 "can_use_on_swarming_builders": true
3979 }, 3973 },
3980 "test": "native_theme_unittests" 3974 "test": "native_theme_unittests"
3981 }, 3975 },
3982 { 3976 {
3983 "swarming": { 3977 "swarming": {
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
4628 { 4622 {
4629 "swarming": { 4623 "swarming": {
4630 "can_use_on_swarming_builders": true 4624 "can_use_on_swarming_builders": true
4631 }, 4625 },
4632 "test": "mojo_system_unittests" 4626 "test": "mojo_system_unittests"
4633 }, 4627 },
4634 { 4628 {
4635 "swarming": { 4629 "swarming": {
4636 "can_use_on_swarming_builders": true 4630 "can_use_on_swarming_builders": true
4637 }, 4631 },
4638 "test": "mus_gpu_unittests"
4639 },
4640 {
4641 "swarming": {
4642 "can_use_on_swarming_builders": true
4643 },
4644 "test": "nacl_loader_unittests" 4632 "test": "nacl_loader_unittests"
4645 }, 4633 },
4646 { 4634 {
4647 "swarming": { 4635 "swarming": {
4648 "can_use_on_swarming_builders": true 4636 "can_use_on_swarming_builders": true
4649 }, 4637 },
4650 "test": "native_theme_unittests" 4638 "test": "native_theme_unittests"
4651 }, 4639 },
4652 { 4640 {
4653 "swarming": { 4641 "swarming": {
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
5203 "isolate_name": "telemetry_unittests", 5191 "isolate_name": "telemetry_unittests",
5204 "name": "telemetry_unittests", 5192 "name": "telemetry_unittests",
5205 "swarming": { 5193 "swarming": {
5206 "can_use_on_swarming_builders": true, 5194 "can_use_on_swarming_builders": true,
5207 "shards": 4 5195 "shards": 4
5208 } 5196 }
5209 } 5197 }
5210 ] 5198 ]
5211 } 5199 }
5212 } 5200 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698