| OLD | NEW |
| 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_s5_perf_bisect", | 10 "android_s5_perf_bisect", |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_s5_perf_bisect", | 317 "android_s5_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 Loading... |
| 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 ] |
| OLD | NEW |