| 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 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "--release" | 388 "--release" |
| 389 ], | 389 ], |
| 390 "cwd": "[SLAVE_BUILD]", | 390 "cwd": "[SLAVE_BUILD]", |
| 391 "name": "Instrumentation test SystemWebViewShellLayoutTest" | 391 "name": "Instrumentation test SystemWebViewShellLayoutTest" |
| 392 }, | 392 }, |
| 393 { | 393 { |
| 394 "cmd": [ | 394 "cmd": [ |
| 395 "python", | 395 "python", |
| 396 "-u", | 396 "-u", |
| 397 "[BUILD]/scripts/slave/tee.py", | 397 "[BUILD]/scripts/slave/tee.py", |
| 398 "[SLAVE_BUILD]/src/out/Release/full_log", | 398 "[SLAVE_BUILD]/src/out/Release/full_logcat", |
| 399 "--", | 399 "--", |
| 400 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 400 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 401 "[SLAVE_BUILD]/src/out/logcat" | 401 "[SLAVE_BUILD]/src/out/logcat" |
| 402 ], | 402 ], |
| 403 "cwd": "[SLAVE_BUILD]", | 403 "cwd": "[SLAVE_BUILD]", |
| 404 "name": "logcat_dump" | 404 "name": "logcat_dump" |
| 405 }, | 405 }, |
| 406 { | 406 { |
| 407 "cmd": [ | 407 "cmd": [ |
| 408 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 408 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 409 "--arch", | 409 "--arch", |
| 410 "arm", | 410 "arm", |
| 411 "--more-info", | 411 "--more-info", |
| 412 "[SLAVE_BUILD]/src/out/Release/full_log" | 412 "[SLAVE_BUILD]/src/out/Release/full_logcat" |
| 413 ], | 413 ], |
| 414 "cwd": "[SLAVE_BUILD]", | 414 "cwd": "[SLAVE_BUILD]", |
| 415 "env": { | 415 "env": { |
| 416 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 416 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 417 }, | 417 }, |
| 418 "name": "stack_tool_with_logcat_dump" | 418 "name": "stack_tool_with_logcat_dump" |
| 419 }, | 419 }, |
| 420 { | 420 { |
| 421 "cmd": [ | 421 "cmd": [ |
| 422 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 422 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 449 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 449 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 450 "@@@STEP_LOG_END@python.inline@@@" | 450 "@@@STEP_LOG_END@python.inline@@@" |
| 451 ] | 451 ] |
| 452 }, | 452 }, |
| 453 { | 453 { |
| 454 "name": "$result", | 454 "name": "$result", |
| 455 "recipe_result": null, | 455 "recipe_result": null, |
| 456 "status_code": 0 | 456 "status_code": 0 |
| 457 } | 457 } |
| 458 ] | 458 ] |
| OLD | NEW |