| 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 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
| 340 "env": { | 340 "env": { |
| 341 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 341 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 342 }, | 342 }, |
| 343 "name": "install SystemWebViewShell.apk" | 343 "name": "install SystemWebViewShell.apk" |
| 344 }, | 344 }, |
| 345 { | 345 { |
| 346 "cmd": [ | 346 "cmd": [ |
| 347 "python", | 347 "python", |
| 348 "-u", | 348 "-u", |
| 349 "RECIPE_MODULE[adb]/resources/list_devices.py", | 349 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
| 350 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 350 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 351 "/path/to/tmp/json" | 351 "/path/to/tmp/json" |
| 352 ], | 352 ], |
| 353 "cwd": "[SLAVE_BUILD]", | 353 "cwd": "[SLAVE_BUILD]", |
| 354 "name": "List adb devices", | 354 "name": "List adb devices", |
| 355 "~followup_annotations": [ | 355 "~followup_annotations": [ |
| 356 "@@@STEP_LOG_LINE@json.output@[@@@", | 356 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 357 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 357 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 358 "@@@STEP_LOG_LINE@json.output@]@@@", | 358 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 359 "@@@STEP_LOG_END@json.output@@@" | 359 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 608 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 609 "@@@STEP_LOG_END@python.inline@@@" | 609 "@@@STEP_LOG_END@python.inline@@@" |
| 610 ] | 610 ] |
| 611 }, | 611 }, |
| 612 { | 612 { |
| 613 "name": "$result", | 613 "name": "$result", |
| 614 "recipe_result": null, | 614 "recipe_result": null, |
| 615 "status_code": 0 | 615 "status_code": 0 |
| 616 } | 616 } |
| 617 ] | 617 ] |
| OLD | NEW |