| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Remoting Tests", | 10 "Android Remoting Tests", |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "--build-number", | 224 "--build-number", |
| 225 "571" | 225 "571" |
| 226 ], | 226 ], |
| 227 "cwd": "[SLAVE_BUILD]", | 227 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "extract build" | 228 "name": "extract build" |
| 229 }, | 229 }, |
| 230 { | 230 { |
| 231 "cmd": [ | 231 "cmd": [ |
| 232 "python", | 232 "python", |
| 233 "-u", | 233 "-u", |
| 234 "RECIPE_MODULE[adb]/resources/list_devices.py", | 234 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
| 235 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 235 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 236 "/path/to/tmp/json" | 236 "/path/to/tmp/json" |
| 237 ], | 237 ], |
| 238 "cwd": "[SLAVE_BUILD]", | 238 "cwd": "[SLAVE_BUILD]", |
| 239 "name": "List adb devices", | 239 "name": "List adb devices", |
| 240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
| 241 "@@@STEP_LOG_LINE@json.output@[@@@", | 241 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 242 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@]@@@", | 243 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 244 "@@@STEP_LOG_END@json.output@@@" | 244 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 { | 424 { |
| 425 "cmd": [ | 425 "cmd": [ |
| 426 "python", | 426 "python", |
| 427 "-u", | 427 "-u", |
| 428 "[BUILD]/scripts/slave/daemonizer.py", | 428 "[BUILD]/scripts/slave/daemonizer.py", |
| 429 "--action", | 429 "--action", |
| 430 "restart", | 430 "restart", |
| 431 "--pid-file-path", | 431 "--pid-file-path", |
| 432 "/tmp/device_monitor.pid", | 432 "/tmp/device_monitor.pid", |
| 433 "--", | 433 "--", |
| 434 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 434 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
| 435 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 435 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 436 "[\"07a00ca4\"]", | 436 "[\"07a00ca4\"]", |
| 437 "chromium.fyi", | 437 "chromium.fyi", |
| 438 "Android Remoting Tests", | 438 "Android Remoting Tests", |
| 439 "--blacklist-file", | 439 "--blacklist-file", |
| 440 "[SLAVE_BUILD]/src/out/bad_devices.json" | 440 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 441 ], | 441 ], |
| 442 "cwd": "[SLAVE_BUILD]", | 442 "cwd": "[SLAVE_BUILD]", |
| 443 "name": "spawn_device_monitor" | 443 "name": "spawn_device_monitor" |
| 444 }, | 444 }, |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 "[SLAVE_BUILD]/src/out/Release/full_log", | 526 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 527 "[SLAVE_BUILD]/src/out/logcat" | 527 "[SLAVE_BUILD]/src/out/logcat" |
| 528 ], | 528 ], |
| 529 "cwd": "[SLAVE_BUILD]", | 529 "cwd": "[SLAVE_BUILD]", |
| 530 "name": "logcat_dump" | 530 "name": "logcat_dump" |
| 531 }, | 531 }, |
| 532 { | 532 { |
| 533 "cmd": [ | 533 "cmd": [ |
| 534 "python", | 534 "python", |
| 535 "-u", | 535 "-u", |
| 536 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 536 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 537 "--timeout", | 537 "--timeout", |
| 538 "300", | 538 "300", |
| 539 "--", | 539 "--", |
| 540 "[DEPOT_TOOLS]/gsutil.py", | 540 "[DEPOT_TOOLS]/gsutil.py", |
| 541 "--force-version", | 541 "--force-version", |
| 542 "4.7", | 542 "4.7", |
| 543 "-o", | 543 "-o", |
| 544 "GSUtil:parallel_composite_upload_threshold=50M", | 544 "GSUtil:parallel_composite_upload_threshold=50M", |
| 545 "----", | 545 "----", |
| 546 "cp", | 546 "cp", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 599 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 600 "@@@STEP_LOG_END@python.inline@@@" | 600 "@@@STEP_LOG_END@python.inline@@@" |
| 601 ] | 601 ] |
| 602 }, | 602 }, |
| 603 { | 603 { |
| 604 "name": "$result", | 604 "name": "$result", |
| 605 "recipe_result": null, | 605 "recipe_result": null, |
| 606 "status_code": 0 | 606 "status_code": 0 |
| 607 } | 607 } |
| 608 ] | 608 ] |
| OLD | NEW |