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

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

Issue 2395363002: Add storage_unittests to buildbots. (Closed)
Patch Set: Rebased against master. Created 4 years, 2 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.fyi.json ('k') | testing/buildbot/chromium.mac.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 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 "=android%2Fswarming%2Flogcats%2F", 1103 "=android%2Fswarming%2Flogcats%2F",
1104 "${TASK_ID}%2F%2B%2Funified_logcats" 1104 "${TASK_ID}%2F%2B%2Funified_logcats"
1105 ], 1105 ],
1106 "name": "shard #${SHARD_INDEX} logcats" 1106 "name": "shard #${SHARD_INDEX} logcats"
1107 } 1107 }
1108 ] 1108 ]
1109 }, 1109 },
1110 "test": "sql_unittests" 1110 "test": "sql_unittests"
1111 }, 1111 },
1112 { 1112 {
1113 "override_isolate_target": "storage_unittests",
1114 "swarming": {
1115 "can_use_on_swarming_builders": true,
1116 "cipd_packages": [
1117 {
1118 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1119 "location": "bin",
1120 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
1121 }
1122 ],
1123 "dimension_sets": [
1124 {
1125 "android_devices": "4",
1126 "device_os": "KTU84P",
1127 "device_type": "hammerhead"
1128 }
1129 ],
1130 "output_links": [
1131 {
1132 "link": [
1133 "https://luci-logdog.appspot.com/v/?s",
1134 "=android%2Fswarming%2Flogcats%2F",
1135 "${TASK_ID}%2F%2B%2Funified_logcats"
1136 ],
1137 "name": "shard #${SHARD_INDEX} logcats"
1138 }
1139 ]
1140 },
1141 "test": "storage_unittests"
1142 },
1143 {
1113 "override_isolate_target": "ui_android_unittests", 1144 "override_isolate_target": "ui_android_unittests",
1114 "swarming": { 1145 "swarming": {
1115 "can_use_on_swarming_builders": true, 1146 "can_use_on_swarming_builders": true,
1116 "cipd_packages": [ 1147 "cipd_packages": [
1117 { 1148 {
1118 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 1149 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1119 "location": "bin", 1150 "location": "bin",
1120 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a " 1151 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
1121 } 1152 }
1122 ], 1153 ],
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 { 1412 {
1382 "override_compile_targets": [ 1413 "override_compile_targets": [
1383 "sandbox_linux_unittests" 1414 "sandbox_linux_unittests"
1384 ], 1415 ],
1385 "test": "sandbox_linux_unittests" 1416 "test": "sandbox_linux_unittests"
1386 }, 1417 },
1387 { 1418 {
1388 "test": "sql_unittests" 1419 "test": "sql_unittests"
1389 }, 1420 },
1390 { 1421 {
1422 "test": "storage_unittests"
1423 },
1424 {
1391 "test": "ui_android_unittests" 1425 "test": "ui_android_unittests"
1392 }, 1426 },
1393 { 1427 {
1394 "test": "ui_base_unittests" 1428 "test": "ui_base_unittests"
1395 }, 1429 },
1396 { 1430 {
1397 "test": "ui_touch_selection_unittests" 1431 "test": "ui_touch_selection_unittests"
1398 }, 1432 },
1399 { 1433 {
1400 "test": "unit_tests" 1434 "test": "unit_tests"
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 { 1655 {
1622 "swarming": { 1656 "swarming": {
1623 "can_use_on_swarming_builders": true 1657 "can_use_on_swarming_builders": true
1624 }, 1658 },
1625 "test": "sql_unittests" 1659 "test": "sql_unittests"
1626 }, 1660 },
1627 { 1661 {
1628 "swarming": { 1662 "swarming": {
1629 "can_use_on_swarming_builders": true 1663 "can_use_on_swarming_builders": true
1630 }, 1664 },
1665 "test": "storage_unittests"
1666 },
1667 {
1668 "swarming": {
1669 "can_use_on_swarming_builders": true
1670 },
1631 "test": "ui_base_unittests" 1671 "test": "ui_base_unittests"
1632 }, 1672 },
1633 { 1673 {
1634 "swarming": { 1674 "swarming": {
1635 "can_use_on_swarming_builders": true 1675 "can_use_on_swarming_builders": true
1636 }, 1676 },
1637 "test": "url_unittests" 1677 "test": "url_unittests"
1638 } 1678 }
1639 ] 1679 ]
1640 }, 1680 },
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 { 2150 {
2111 "swarming": { 2151 "swarming": {
2112 "can_use_on_swarming_builders": true 2152 "can_use_on_swarming_builders": true
2113 }, 2153 },
2114 "test": "sql_unittests" 2154 "test": "sql_unittests"
2115 }, 2155 },
2116 { 2156 {
2117 "swarming": { 2157 "swarming": {
2118 "can_use_on_swarming_builders": true 2158 "can_use_on_swarming_builders": true
2119 }, 2159 },
2160 "test": "storage_unittests"
2161 },
2162 {
2163 "swarming": {
2164 "can_use_on_swarming_builders": true
2165 },
2120 "test": "sync_integration_tests" 2166 "test": "sync_integration_tests"
2121 }, 2167 },
2122 { 2168 {
2123 "swarming": { 2169 "swarming": {
2124 "can_use_on_swarming_builders": true 2170 "can_use_on_swarming_builders": true
2125 }, 2171 },
2126 "test": "ui_base_unittests" 2172 "test": "ui_base_unittests"
2127 }, 2173 },
2128 { 2174 {
2129 "swarming": { 2175 "swarming": {
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
2646 { 2692 {
2647 "swarming": { 2693 "swarming": {
2648 "can_use_on_swarming_builders": true 2694 "can_use_on_swarming_builders": true
2649 }, 2695 },
2650 "test": "sql_unittests" 2696 "test": "sql_unittests"
2651 }, 2697 },
2652 { 2698 {
2653 "swarming": { 2699 "swarming": {
2654 "can_use_on_swarming_builders": true 2700 "can_use_on_swarming_builders": true
2655 }, 2701 },
2702 "test": "storage_unittests"
2703 },
2704 {
2705 "swarming": {
2706 "can_use_on_swarming_builders": true
2707 },
2656 "test": "sync_integration_tests" 2708 "test": "sync_integration_tests"
2657 }, 2709 },
2658 { 2710 {
2659 "swarming": { 2711 "swarming": {
2660 "can_use_on_swarming_builders": true 2712 "can_use_on_swarming_builders": true
2661 }, 2713 },
2662 "test": "ui_base_unittests" 2714 "test": "ui_base_unittests"
2663 }, 2715 },
2664 { 2716 {
2665 "swarming": { 2717 "swarming": {
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
3027 { 3079 {
3028 "swarming": { 3080 "swarming": {
3029 "can_use_on_swarming_builders": true 3081 "can_use_on_swarming_builders": true
3030 }, 3082 },
3031 "test": "sql_unittests" 3083 "test": "sql_unittests"
3032 }, 3084 },
3033 { 3085 {
3034 "swarming": { 3086 "swarming": {
3035 "can_use_on_swarming_builders": true 3087 "can_use_on_swarming_builders": true
3036 }, 3088 },
3089 "test": "storage_unittests"
3090 },
3091 {
3092 "swarming": {
3093 "can_use_on_swarming_builders": true
3094 },
3037 "test": "sync_integration_tests" 3095 "test": "sync_integration_tests"
3038 }, 3096 },
3039 { 3097 {
3040 "swarming": { 3098 "swarming": {
3041 "can_use_on_swarming_builders": true 3099 "can_use_on_swarming_builders": true
3042 }, 3100 },
3043 "test": "ui_base_unittests" 3101 "test": "ui_base_unittests"
3044 }, 3102 },
3045 { 3103 {
3046 "swarming": { 3104 "swarming": {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
3084 "override_compile_targets": [ 3142 "override_compile_targets": [
3085 "telemetry_unittests_run" 3143 "telemetry_unittests_run"
3086 ], 3144 ],
3087 "swarming": { 3145 "swarming": {
3088 "can_use_on_swarming_builders": true 3146 "can_use_on_swarming_builders": true
3089 } 3147 }
3090 } 3148 }
3091 ] 3149 ]
3092 } 3150 }
3093 } 3151 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698