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

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

Issue 2868693002: Device: enable device_junit_tests in bots (Closed)
Patch Set: s/DisabledTest/Ignore/ 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 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 { 1517 {
1518 "test": "components_web_restrictions_junit_tests" 1518 "test": "components_web_restrictions_junit_tests"
1519 }, 1519 },
1520 { 1520 {
1521 "test": "components_variations_junit_tests" 1521 "test": "components_variations_junit_tests"
1522 }, 1522 },
1523 { 1523 {
1524 "test": "content_junit_tests" 1524 "test": "content_junit_tests"
1525 }, 1525 },
1526 { 1526 {
1527 "test": "device_junit_tests"
1528 },
1529 {
1527 "test": "junit_unit_tests" 1530 "test": "junit_unit_tests"
1528 }, 1531 },
1529 { 1532 {
1530 "test": "net_junit_tests" 1533 "test": "net_junit_tests"
1531 }, 1534 },
1532 { 1535 {
1533 "test": "ui_junit_tests" 1536 "test": "ui_junit_tests"
1534 }, 1537 },
1535 { 1538 {
1536 "test": "webapk_client_junit_tests" 1539 "test": "webapk_client_junit_tests"
(...skipping 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
3069 { 3072 {
3070 "test": "components_web_restrictions_junit_tests" 3073 "test": "components_web_restrictions_junit_tests"
3071 }, 3074 },
3072 { 3075 {
3073 "test": "components_variations_junit_tests" 3076 "test": "components_variations_junit_tests"
3074 }, 3077 },
3075 { 3078 {
3076 "test": "content_junit_tests" 3079 "test": "content_junit_tests"
3077 }, 3080 },
3078 { 3081 {
3082 "test": "device_junit_tests"
3083 },
3084 {
3079 "test": "junit_unit_tests" 3085 "test": "junit_unit_tests"
3080 }, 3086 },
3081 { 3087 {
3082 "test": "net_junit_tests" 3088 "test": "net_junit_tests"
3083 }, 3089 },
3084 { 3090 {
3085 "test": "ui_junit_tests" 3091 "test": "ui_junit_tests"
3086 }, 3092 },
3087 { 3093 {
3088 "test": "webapk_client_junit_tests" 3094 "test": "webapk_client_junit_tests"
(...skipping 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after
5141 "isolate_name": "telemetry_unittests", 5147 "isolate_name": "telemetry_unittests",
5142 "name": "telemetry_unittests", 5148 "name": "telemetry_unittests",
5143 "swarming": { 5149 "swarming": {
5144 "can_use_on_swarming_builders": true, 5150 "can_use_on_swarming_builders": true,
5145 "shards": 4 5151 "shards": 4
5146 } 5152 }
5147 } 5153 }
5148 ] 5154 ]
5149 } 5155 }
5150 } 5156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698