| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_nexus9_perf_bisect", | 10 "android_nexus9_perf_bisect", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", | 136 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", |
| 137 "@@@STEP_LOG_END@files@@@" | 137 "@@@STEP_LOG_END@files@@@" |
| 138 ] | 138 ] |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "[BUILD]/scripts/slave/daemonizer.py", | 142 "[BUILD]/scripts/slave/daemonizer.py", |
| 143 "--", | 143 "--", |
| 144 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 144 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 145 "[SLAVE_BUILD]/src/out/logcat_dir" | 145 "[SLAVE_BUILD]/src/out/logcat" |
| 146 ], | 146 ], |
| 147 "cwd": "[SLAVE_BUILD]", | 147 "cwd": "[SLAVE_BUILD]", |
| 148 "env": { | 148 "env": { |
| 149 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 149 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 150 }, | 150 }, |
| 151 "name": "spawn_logcat_monitor" | 151 "name": "spawn_logcat_monitor" |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "cmd": [ | 154 "cmd": [ |
| 155 "python", | 155 "python", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 "name": "shutdown_device_monitor" | 387 "name": "shutdown_device_monitor" |
| 388 }, | 388 }, |
| 389 { | 389 { |
| 390 "cmd": [ | 390 "cmd": [ |
| 391 "python", | 391 "python", |
| 392 "-u", | 392 "-u", |
| 393 "[BUILD]/scripts/slave/tee.py", | 393 "[BUILD]/scripts/slave/tee.py", |
| 394 "[SLAVE_BUILD]/src/out/Release/full_log", | 394 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 395 "--", | 395 "--", |
| 396 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 396 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 397 "[SLAVE_BUILD]/src/out/logcat_dir" | 397 "[SLAVE_BUILD]/src/out/logcat" |
| 398 ], | 398 ], |
| 399 "cwd": "[SLAVE_BUILD]", | 399 "cwd": "[SLAVE_BUILD]", |
| 400 "name": "logcat_dump" | 400 "name": "logcat_dump" |
| 401 }, | 401 }, |
| 402 { | 402 { |
| 403 "cmd": [ | 403 "cmd": [ |
| 404 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 404 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 405 "--arch", | 405 "--arch", |
| 406 "arm64", | 406 "arm64", |
| 407 "--more-info", | 407 "--more-info", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 445 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 446 "@@@STEP_LOG_END@python.inline@@@" | 446 "@@@STEP_LOG_END@python.inline@@@" |
| 447 ] | 447 ] |
| 448 }, | 448 }, |
| 449 { | 449 { |
| 450 "name": "$result", | 450 "name": "$result", |
| 451 "recipe_result": null, | 451 "recipe_result": null, |
| 452 "status_code": 0 | 452 "status_code": 0 |
| 453 } | 453 } |
| 454 ] | 454 ] |
| OLD | NEW |