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

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

Issue 2875573003: Create a new GN target //services/service_junit_tests, and enable it in bots. (Closed)
Patch Set: services_junit* => service_junit* 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
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 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 { 1526 {
1527 "test": "device_junit_tests" 1527 "test": "device_junit_tests"
1528 }, 1528 },
1529 { 1529 {
1530 "test": "junit_unit_tests" 1530 "test": "junit_unit_tests"
1531 }, 1531 },
1532 { 1532 {
1533 "test": "net_junit_tests" 1533 "test": "net_junit_tests"
1534 }, 1534 },
1535 { 1535 {
1536 "test": "service_junit_tests"
1537 },
1538 {
1536 "test": "ui_junit_tests" 1539 "test": "ui_junit_tests"
1537 }, 1540 },
1538 { 1541 {
1539 "test": "webapk_client_junit_tests" 1542 "test": "webapk_client_junit_tests"
1540 }, 1543 },
1541 { 1544 {
1542 "test": "webapk_shell_apk_junit_tests" 1545 "test": "webapk_shell_apk_junit_tests"
1543 } 1546 }
1544 ] 1547 ]
1545 }, 1548 },
(...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after
3081 { 3084 {
3082 "test": "device_junit_tests" 3085 "test": "device_junit_tests"
3083 }, 3086 },
3084 { 3087 {
3085 "test": "junit_unit_tests" 3088 "test": "junit_unit_tests"
3086 }, 3089 },
3087 { 3090 {
3088 "test": "net_junit_tests" 3091 "test": "net_junit_tests"
3089 }, 3092 },
3090 { 3093 {
3094 "test": "service_junit_tests"
3095 },
3096 {
3091 "test": "ui_junit_tests" 3097 "test": "ui_junit_tests"
3092 }, 3098 },
3093 { 3099 {
3094 "test": "webapk_client_junit_tests" 3100 "test": "webapk_client_junit_tests"
3095 }, 3101 },
3096 { 3102 {
3097 "test": "webapk_shell_apk_junit_tests" 3103 "test": "webapk_shell_apk_junit_tests"
3098 } 3104 }
3099 ] 3105 ]
3100 }, 3106 },
(...skipping 2046 matching lines...) Expand 10 before | Expand all | Expand 10 after
5147 "isolate_name": "telemetry_unittests", 5153 "isolate_name": "telemetry_unittests",
5148 "name": "telemetry_unittests", 5154 "name": "telemetry_unittests",
5149 "swarming": { 5155 "swarming": {
5150 "can_use_on_swarming_builders": true, 5156 "can_use_on_swarming_builders": true,
5151 "shards": 4 5157 "shards": 4
5152 } 5158 }
5153 } 5159 }
5154 ] 5160 ]
5155 } 5161 }
5156 } 5162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698