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

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

Issue 2920383004: Reland of Moves mojo_js_integration_tests into blink. (Closed)
Patch Set: 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 3883 matching lines...) Expand 10 before | Expand all | Expand 10 after
3894 { 3894 {
3895 "swarming": { 3895 "swarming": {
3896 "can_use_on_swarming_builders": true 3896 "can_use_on_swarming_builders": true
3897 }, 3897 },
3898 "test": "mojo_common_unittests" 3898 "test": "mojo_common_unittests"
3899 }, 3899 },
3900 { 3900 {
3901 "swarming": { 3901 "swarming": {
3902 "can_use_on_swarming_builders": true 3902 "can_use_on_swarming_builders": true
3903 }, 3903 },
3904 "test": "mojo_js_integration_tests"
3905 },
3906 {
3907 "swarming": {
3908 "can_use_on_swarming_builders": true
3909 },
3910 "test": "mojo_js_unittests" 3904 "test": "mojo_js_unittests"
3911 }, 3905 },
3912 { 3906 {
3913 "swarming": { 3907 "swarming": {
3914 "can_use_on_swarming_builders": true 3908 "can_use_on_swarming_builders": true
3915 }, 3909 },
3916 "test": "mojo_public_bindings_unittests" 3910 "test": "mojo_public_bindings_unittests"
3917 }, 3911 },
3918 { 3912 {
3919 "swarming": { 3913 "swarming": {
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
4575 { 4569 {
4576 "swarming": { 4570 "swarming": {
4577 "can_use_on_swarming_builders": true 4571 "can_use_on_swarming_builders": true
4578 }, 4572 },
4579 "test": "mojo_common_unittests" 4573 "test": "mojo_common_unittests"
4580 }, 4574 },
4581 { 4575 {
4582 "swarming": { 4576 "swarming": {
4583 "can_use_on_swarming_builders": true 4577 "can_use_on_swarming_builders": true
4584 }, 4578 },
4585 "test": "mojo_js_integration_tests"
4586 },
4587 {
4588 "swarming": {
4589 "can_use_on_swarming_builders": true
4590 },
4591 "test": "mojo_js_unittests" 4579 "test": "mojo_js_unittests"
4592 }, 4580 },
4593 { 4581 {
4594 "swarming": { 4582 "swarming": {
4595 "can_use_on_swarming_builders": true 4583 "can_use_on_swarming_builders": true
4596 }, 4584 },
4597 "test": "mojo_public_bindings_unittests" 4585 "test": "mojo_public_bindings_unittests"
4598 }, 4586 },
4599 { 4587 {
4600 "swarming": { 4588 "swarming": {
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
5156 "isolate_name": "telemetry_unittests", 5144 "isolate_name": "telemetry_unittests",
5157 "name": "telemetry_unittests", 5145 "name": "telemetry_unittests",
5158 "swarming": { 5146 "swarming": {
5159 "can_use_on_swarming_builders": true, 5147 "can_use_on_swarming_builders": true,
5160 "shards": 4 5148 "shards": 4
5161 } 5149 }
5162 } 5150 }
5163 ] 5151 ]
5164 } 5152 }
5165 } 5153 }
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