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

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

Issue 2945483002: Reland of Moves mojo_js_integration_tests into blink. (Closed)
Patch Set: cleanup Created 3 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 | « mojo/edk/js/tests/js_to_cpp_tests.js ('k') | testing/buildbot/client.v8.chromium.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 3948 matching lines...) Expand 10 before | Expand all | Expand 10 after
3959 }, 3959 },
3960 { 3960 {
3961 "swarming": { 3961 "swarming": {
3962 "can_use_on_swarming_builders": true 3962 "can_use_on_swarming_builders": true
3963 }, 3963 },
3964 "test": "mojo_common_unittests" 3964 "test": "mojo_common_unittests"
3965 }, 3965 },
3966 { 3966 {
3967 "swarming": { 3967 "swarming": {
3968 "can_use_on_swarming_builders": true 3968 "can_use_on_swarming_builders": true
3969 },
3970 "test": "mojo_js_integration_tests"
3971 },
3972 {
3973 "swarming": {
3974 "can_use_on_swarming_builders": true
3975 }, 3969 },
3976 "test": "mojo_js_unittests" 3970 "test": "mojo_js_unittests"
3977 }, 3971 },
3978 { 3972 {
3979 "swarming": { 3973 "swarming": {
3980 "can_use_on_swarming_builders": true 3974 "can_use_on_swarming_builders": true
3981 }, 3975 },
3982 "test": "mojo_public_bindings_unittests" 3976 "test": "mojo_public_bindings_unittests"
3983 }, 3977 },
3984 { 3978 {
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
4640 }, 4634 },
4641 { 4635 {
4642 "swarming": { 4636 "swarming": {
4643 "can_use_on_swarming_builders": true 4637 "can_use_on_swarming_builders": true
4644 }, 4638 },
4645 "test": "mojo_common_unittests" 4639 "test": "mojo_common_unittests"
4646 }, 4640 },
4647 { 4641 {
4648 "swarming": { 4642 "swarming": {
4649 "can_use_on_swarming_builders": true 4643 "can_use_on_swarming_builders": true
4650 },
4651 "test": "mojo_js_integration_tests"
4652 },
4653 {
4654 "swarming": {
4655 "can_use_on_swarming_builders": true
4656 }, 4644 },
4657 "test": "mojo_js_unittests" 4645 "test": "mojo_js_unittests"
4658 }, 4646 },
4659 { 4647 {
4660 "swarming": { 4648 "swarming": {
4661 "can_use_on_swarming_builders": true 4649 "can_use_on_swarming_builders": true
4662 }, 4650 },
4663 "test": "mojo_public_bindings_unittests" 4651 "test": "mojo_public_bindings_unittests"
4664 }, 4652 },
4665 { 4653 {
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
5222 "isolate_name": "telemetry_unittests", 5210 "isolate_name": "telemetry_unittests",
5223 "name": "telemetry_unittests", 5211 "name": "telemetry_unittests",
5224 "swarming": { 5212 "swarming": {
5225 "can_use_on_swarming_builders": true, 5213 "can_use_on_swarming_builders": true,
5226 "shards": 4 5214 "shards": 4
5227 } 5215 }
5228 } 5216 }
5229 ] 5217 ]
5230 } 5218 }
5231 } 5219 }
OLDNEW
« no previous file with comments | « mojo/edk/js/tests/js_to_cpp_tests.js ('k') | testing/buildbot/client.v8.chromium.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698