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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus6_perf_bisect.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "android_nexus6_perf_bisect", 10 "android_nexus6_perf_bisect",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 { 303 {
304 "cmd": [ 304 "cmd": [
305 "python", 305 "python",
306 "-u", 306 "-u",
307 "[BUILD]/scripts/slave/daemonizer.py", 307 "[BUILD]/scripts/slave/daemonizer.py",
308 "--action", 308 "--action",
309 "restart", 309 "restart",
310 "--pid-file-path", 310 "--pid-file-path",
311 "/tmp/device_monitor.pid", 311 "/tmp/device_monitor.pid",
312 "--", 312 "--",
313 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", 313 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py",
314 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 314 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
315 "[\"07a00ca4\"]", 315 "[\"07a00ca4\"]",
316 "tryserver.chromium.perf", 316 "tryserver.chromium.perf",
317 "android_nexus6_perf_bisect", 317 "android_nexus6_perf_bisect",
318 "--blacklist-file", 318 "--blacklist-file",
319 "[SLAVE_BUILD]/src/out/bad_devices.json" 319 "[SLAVE_BUILD]/src/out/bad_devices.json"
320 ], 320 ],
321 "cwd": "[SLAVE_BUILD]", 321 "cwd": "[SLAVE_BUILD]",
322 "name": "spawn_device_monitor" 322 "name": "spawn_device_monitor"
323 }, 323 },
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 448 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
449 "@@@STEP_LOG_END@python.inline@@@" 449 "@@@STEP_LOG_END@python.inline@@@"
450 ] 450 ]
451 }, 451 },
452 { 452 {
453 "name": "$result", 453 "name": "$result",
454 "recipe_result": null, 454 "recipe_result": null,
455 "status_code": 0 455 "status_code": 0
456 } 456 }
457 ] 457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698