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 Cloud Tests", | 10 "Android Cloud Tests", |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 "name": "compile", | 227 "name": "compile", |
228 "~followup_annotations": [ | 228 "~followup_annotations": [ |
229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
230 "@@@STEP_LOG_END@json.output (invalid)@@@" | 230 "@@@STEP_LOG_END@json.output (invalid)@@@" |
231 ] | 231 ] |
232 }, | 232 }, |
233 { | 233 { |
234 "cmd": [ | 234 "cmd": [ |
235 "python", | 235 "python", |
236 "-u", | 236 "-u", |
237 "RECIPE_MODULE[chromium_android]/resources/gce_manager.py", | 237 "RECIPE_MODULE[build.chromium_android]/resources/gce_manager.py", |
238 "TestSlavename", | 238 "TestSlavename", |
239 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 239 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
240 "--n", | 240 "--n", |
241 "10", | 241 "10", |
242 "launch", | 242 "launch", |
243 "--snapshot", | 243 "--snapshot", |
244 "clean-19-l-phone-snapshot" | 244 "clean-19-l-phone-snapshot" |
245 ], | 245 ], |
246 "cwd": "[SLAVE_BUILD]", | 246 "cwd": "[SLAVE_BUILD]", |
247 "name": "launch_instances" | 247 "name": "launch_instances" |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 "[SLAVE_BUILD]/src/out/Release/full_log", | 589 "[SLAVE_BUILD]/src/out/Release/full_log", |
590 "[SLAVE_BUILD]/src/out/logcat" | 590 "[SLAVE_BUILD]/src/out/logcat" |
591 ], | 591 ], |
592 "cwd": "[SLAVE_BUILD]", | 592 "cwd": "[SLAVE_BUILD]", |
593 "name": "logcat_dump" | 593 "name": "logcat_dump" |
594 }, | 594 }, |
595 { | 595 { |
596 "cmd": [ | 596 "cmd": [ |
597 "python", | 597 "python", |
598 "-u", | 598 "-u", |
599 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 599 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
600 "--timeout", | 600 "--timeout", |
601 "300", | 601 "300", |
602 "--", | 602 "--", |
603 "[DEPOT_TOOLS]/gsutil.py", | 603 "[DEPOT_TOOLS]/gsutil.py", |
604 "--force-version", | 604 "--force-version", |
605 "4.7", | 605 "4.7", |
606 "-o", | 606 "-o", |
607 "GSUtil:parallel_composite_upload_threshold=50M", | 607 "GSUtil:parallel_composite_upload_threshold=50M", |
608 "----", | 608 "----", |
609 "cp", | 609 "cp", |
(...skipping 30 matching lines...) Expand all Loading... |
640 "cwd": "[SLAVE_BUILD]", | 640 "cwd": "[SLAVE_BUILD]", |
641 "env": { | 641 "env": { |
642 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 642 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
643 }, | 643 }, |
644 "name": "stack_tool_for_tombstones" | 644 "name": "stack_tool_for_tombstones" |
645 }, | 645 }, |
646 { | 646 { |
647 "cmd": [ | 647 "cmd": [ |
648 "python", | 648 "python", |
649 "-u", | 649 "-u", |
650 "RECIPE_MODULE[chromium_android]/resources/gce_manager.py", | 650 "RECIPE_MODULE[build.chromium_android]/resources/gce_manager.py", |
651 "TestSlavename", | 651 "TestSlavename", |
652 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 652 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
653 "--n", | 653 "--n", |
654 "10", | 654 "10", |
655 "shutdown" | 655 "shutdown" |
656 ], | 656 ], |
657 "cwd": "[SLAVE_BUILD]", | 657 "cwd": "[SLAVE_BUILD]", |
658 "name": "shutdown_instances" | 658 "name": "shutdown_instances" |
659 }, | 659 }, |
660 { | 660 { |
(...skipping 15 matching lines...) Expand all Loading... |
676 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 676 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
677 "@@@STEP_LOG_END@python.inline@@@" | 677 "@@@STEP_LOG_END@python.inline@@@" |
678 ] | 678 ] |
679 }, | 679 }, |
680 { | 680 { |
681 "name": "$result", | 681 "name": "$result", |
682 "recipe_result": null, | 682 "recipe_result": null, |
683 "status_code": 0 | 683 "status_code": 0 |
684 } | 684 } |
685 ] | 685 ] |
OLD | NEW |