| 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 "ClangToTAndroidASan tester", | 10 "ClangToTAndroidASan tester", |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "--build-number", | 225 "--build-number", |
| 226 "571" | 226 "571" |
| 227 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", | 228 "cwd": "[SLAVE_BUILD]", |
| 229 "name": "extract build" | 229 "name": "extract build" |
| 230 }, | 230 }, |
| 231 { | 231 { |
| 232 "cmd": [ | 232 "cmd": [ |
| 233 "python", | 233 "python", |
| 234 "-u", | 234 "-u", |
| 235 "RECIPE_MODULE[adb]/resources/list_devices.py", | 235 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
| 236 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 236 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 237 "/path/to/tmp/json" | 237 "/path/to/tmp/json" |
| 238 ], | 238 ], |
| 239 "cwd": "[SLAVE_BUILD]", | 239 "cwd": "[SLAVE_BUILD]", |
| 240 "name": "List adb devices", | 240 "name": "List adb devices", |
| 241 "~followup_annotations": [ | 241 "~followup_annotations": [ |
| 242 "@@@STEP_LOG_LINE@json.output@[@@@", | 242 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 243 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@]@@@", | 244 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 245 "@@@STEP_LOG_END@json.output@@@" | 245 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 { | 444 { |
| 445 "cmd": [ | 445 "cmd": [ |
| 446 "python", | 446 "python", |
| 447 "-u", | 447 "-u", |
| 448 "[BUILD]/scripts/slave/daemonizer.py", | 448 "[BUILD]/scripts/slave/daemonizer.py", |
| 449 "--action", | 449 "--action", |
| 450 "restart", | 450 "restart", |
| 451 "--pid-file-path", | 451 "--pid-file-path", |
| 452 "/tmp/device_monitor.pid", | 452 "/tmp/device_monitor.pid", |
| 453 "--", | 453 "--", |
| 454 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 454 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
| 455 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 455 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 456 "[\"07a00ca4\"]", | 456 "[\"07a00ca4\"]", |
| 457 "chromium.fyi", | 457 "chromium.fyi", |
| 458 "ClangToTAndroidASan tester", | 458 "ClangToTAndroidASan tester", |
| 459 "--blacklist-file", | 459 "--blacklist-file", |
| 460 "[SLAVE_BUILD]/src/out/bad_devices.json" | 460 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 461 ], | 461 ], |
| 462 "cwd": "[SLAVE_BUILD]", | 462 "cwd": "[SLAVE_BUILD]", |
| 463 "name": "spawn_device_monitor" | 463 "name": "spawn_device_monitor" |
| 464 }, | 464 }, |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 "[SLAVE_BUILD]/src/out/Debug/full_log", | 553 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 554 "[SLAVE_BUILD]/src/out/logcat" | 554 "[SLAVE_BUILD]/src/out/logcat" |
| 555 ], | 555 ], |
| 556 "cwd": "[SLAVE_BUILD]", | 556 "cwd": "[SLAVE_BUILD]", |
| 557 "name": "logcat_dump" | 557 "name": "logcat_dump" |
| 558 }, | 558 }, |
| 559 { | 559 { |
| 560 "cmd": [ | 560 "cmd": [ |
| 561 "python", | 561 "python", |
| 562 "-u", | 562 "-u", |
| 563 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 563 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 564 "--timeout", | 564 "--timeout", |
| 565 "300", | 565 "300", |
| 566 "--", | 566 "--", |
| 567 "[DEPOT_TOOLS]/gsutil.py", | 567 "[DEPOT_TOOLS]/gsutil.py", |
| 568 "--force-version", | 568 "--force-version", |
| 569 "4.7", | 569 "4.7", |
| 570 "-o", | 570 "-o", |
| 571 "GSUtil:parallel_composite_upload_threshold=50M", | 571 "GSUtil:parallel_composite_upload_threshold=50M", |
| 572 "----", | 572 "----", |
| 573 "cp", | 573 "cp", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 641 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 642 "@@@STEP_LOG_END@python.inline@@@" | 642 "@@@STEP_LOG_END@python.inline@@@" |
| 643 ] | 643 ] |
| 644 }, | 644 }, |
| 645 { | 645 { |
| 646 "name": "$result", | 646 "name": "$result", |
| 647 "recipe_result": null, | 647 "recipe_result": null, |
| 648 "status_code": 0 | 648 "status_code": 0 |
| 649 } | 649 } |
| 650 ] | 650 ] |
| OLD | NEW |