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

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

Issue 2933893002: Add services_unittests to the release Android tests too. (Closed)
Patch Set: Magic invocation from jbudorick 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 | « no previous file | no next file » | 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 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 ], 1229 ],
1230 "name": "shard #${SHARD_INDEX} logcats" 1230 "name": "shard #${SHARD_INDEX} logcats"
1231 } 1231 }
1232 ] 1232 ]
1233 }, 1233 },
1234 "test": "sandbox_linux_unittests" 1234 "test": "sandbox_linux_unittests"
1235 }, 1235 },
1236 { 1236 {
1237 "merge": { 1237 "merge": {
1238 "args": [ 1238 "args": [
1239 "--bucket",
1240 "chromium-result-details",
1241 "--test-name",
1242 "services_unittests"
1243 ],
1244 "script": "//build/android/pylib/results/presentation/test_results_pre sentation.py"
1245 },
1246 "swarming": {
1247 "can_use_on_swarming_builders": true,
1248 "cipd_packages": [
1249 {
1250 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1251 "location": "bin",
1252 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c "
1253 }
1254 ],
1255 "dimension_sets": [
1256 {
1257 "android_devices": "4",
1258 "device_os": "KTU84P",
1259 "device_type": "hammerhead"
1260 }
1261 ],
1262 "hard_timeout": 120,
1263 "output_links": [
1264 {
1265 "link": [
1266 "https://luci-logdog.appspot.com/v/?s",
1267 "=android%2Fswarming%2Flogcats%2F",
1268 "${TASK_ID}%2F%2B%2Funified_logcats"
1269 ],
1270 "name": "shard #${SHARD_INDEX} logcats"
1271 }
1272 ]
1273 },
1274 "test": "services_unittests"
1275 },
1276 {
1277 "merge": {
1278 "args": [
1239 "--bucket", 1279 "--bucket",
1240 "chromium-result-details", 1280 "chromium-result-details",
1241 "--test-name", 1281 "--test-name",
1242 "sql_unittests" 1282 "sql_unittests"
1243 ], 1283 ],
1244 "script": "//build/android/pylib/results/presentation/test_results_pre sentation.py" 1284 "script": "//build/android/pylib/results/presentation/test_results_pre sentation.py"
1245 }, 1285 },
1246 "swarming": { 1286 "swarming": {
1247 "can_use_on_swarming_builders": true, 1287 "can_use_on_swarming_builders": true,
1248 "cipd_packages": [ 1288 "cipd_packages": [
(...skipping 3933 matching lines...) Expand 10 before | Expand all | Expand 10 after
5182 "isolate_name": "telemetry_unittests", 5222 "isolate_name": "telemetry_unittests",
5183 "name": "telemetry_unittests", 5223 "name": "telemetry_unittests",
5184 "swarming": { 5224 "swarming": {
5185 "can_use_on_swarming_builders": true, 5225 "can_use_on_swarming_builders": true,
5186 "shards": 4 5226 "shards": 4
5187 } 5227 }
5188 } 5228 }
5189 ] 5229 ]
5190 } 5230 }
5191 } 5231 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698