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 "tryserver.chromium.android", | 8 "tryserver.chromium.android", |
9 "--builder", | 9 "--builder", |
10 "android_amp", | 10 "android_amp", |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 "name": "compile (with patch)", | 426 "name": "compile (with patch)", |
427 "~followup_annotations": [ | 427 "~followup_annotations": [ |
428 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 428 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
429 "@@@STEP_LOG_END@json.output (invalid)@@@" | 429 "@@@STEP_LOG_END@json.output (invalid)@@@" |
430 ] | 430 ] |
431 }, | 431 }, |
432 { | 432 { |
433 "cmd": [ | 433 "cmd": [ |
434 "python", | 434 "python", |
435 "-u", | 435 "-u", |
436 "RECIPE_MODULE[adb]/resources/list_devices.py", | 436 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
437 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 437 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
438 "/path/to/tmp/json" | 438 "/path/to/tmp/json" |
439 ], | 439 ], |
440 "cwd": "[SLAVE_BUILD]", | 440 "cwd": "[SLAVE_BUILD]", |
441 "name": "List adb devices", | 441 "name": "List adb devices", |
442 "~followup_annotations": [ | 442 "~followup_annotations": [ |
443 "@@@STEP_LOG_LINE@json.output@[@@@", | 443 "@@@STEP_LOG_LINE@json.output@[@@@", |
444 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 444 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
445 "@@@STEP_LOG_LINE@json.output@]@@@", | 445 "@@@STEP_LOG_LINE@json.output@]@@@", |
446 "@@@STEP_LOG_END@json.output@@@" | 446 "@@@STEP_LOG_END@json.output@@@" |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 { | 626 { |
627 "cmd": [ | 627 "cmd": [ |
628 "python", | 628 "python", |
629 "-u", | 629 "-u", |
630 "[BUILD]/scripts/slave/daemonizer.py", | 630 "[BUILD]/scripts/slave/daemonizer.py", |
631 "--action", | 631 "--action", |
632 "restart", | 632 "restart", |
633 "--pid-file-path", | 633 "--pid-file-path", |
634 "/tmp/device_monitor.pid", | 634 "/tmp/device_monitor.pid", |
635 "--", | 635 "--", |
636 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 636 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
637 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 637 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
638 "[\"07a00ca4\"]", | 638 "[\"07a00ca4\"]", |
639 "tryserver.chromium.android", | 639 "tryserver.chromium.android", |
640 "android_amp", | 640 "android_amp", |
641 "--blacklist-file", | 641 "--blacklist-file", |
642 "[SLAVE_BUILD]/src/out/bad_devices.json" | 642 "[SLAVE_BUILD]/src/out/bad_devices.json" |
643 ], | 643 ], |
644 "cwd": "[SLAVE_BUILD]", | 644 "cwd": "[SLAVE_BUILD]", |
645 "name": "spawn_device_monitor" | 645 "name": "spawn_device_monitor" |
646 }, | 646 }, |
647 { | 647 { |
648 "cmd": [ | 648 "cmd": [ |
649 "python", | 649 "python", |
650 "-u", | 650 "-u", |
651 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 651 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
652 "--", | 652 "--", |
653 "[DEPOT_TOOLS]/gsutil.py", | 653 "[DEPOT_TOOLS]/gsutil.py", |
654 "----", | 654 "----", |
655 "cp", | 655 "cp", |
656 "gs://chrome-amp-keys/commit_queue_pool/api_key", | 656 "gs://chrome-amp-keys/commit_queue_pool/api_key", |
657 "[BUILD]/site_config/.amp_commit_queue_pool_key" | 657 "[BUILD]/site_config/.amp_commit_queue_pool_key" |
658 ], | 658 ], |
659 "cwd": "[SLAVE_BUILD]", | 659 "cwd": "[SLAVE_BUILD]", |
660 "name": "gsutil download amp api key" | 660 "name": "gsutil download amp api key" |
661 }, | 661 }, |
662 { | 662 { |
663 "cmd": [ | 663 "cmd": [ |
664 "python", | 664 "python", |
665 "-u", | 665 "-u", |
666 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 666 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
667 "--", | 667 "--", |
668 "[DEPOT_TOOLS]/gsutil.py", | 668 "[DEPOT_TOOLS]/gsutil.py", |
669 "----", | 669 "----", |
670 "cp", | 670 "cp", |
671 "gs://chrome-amp-keys/commit_queue_pool/api_secret", | 671 "gs://chrome-amp-keys/commit_queue_pool/api_secret", |
672 "[BUILD]/site_config/.amp_commit_queue_pool_secret" | 672 "[BUILD]/site_config/.amp_commit_queue_pool_secret" |
673 ], | 673 ], |
674 "cwd": "[SLAVE_BUILD]", | 674 "cwd": "[SLAVE_BUILD]", |
675 "name": "gsutil download amp api secret" | 675 "name": "gsutil download amp api secret" |
676 }, | 676 }, |
(...skipping 2228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2905 "[SLAVE_BUILD]/src/out/Release/full_log", | 2905 "[SLAVE_BUILD]/src/out/Release/full_log", |
2906 "[SLAVE_BUILD]/src/out/logcat" | 2906 "[SLAVE_BUILD]/src/out/logcat" |
2907 ], | 2907 ], |
2908 "cwd": "[SLAVE_BUILD]", | 2908 "cwd": "[SLAVE_BUILD]", |
2909 "name": "logcat_dump" | 2909 "name": "logcat_dump" |
2910 }, | 2910 }, |
2911 { | 2911 { |
2912 "cmd": [ | 2912 "cmd": [ |
2913 "python", | 2913 "python", |
2914 "-u", | 2914 "-u", |
2915 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 2915 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
2916 "--timeout", | 2916 "--timeout", |
2917 "300", | 2917 "300", |
2918 "--", | 2918 "--", |
2919 "[DEPOT_TOOLS]/gsutil.py", | 2919 "[DEPOT_TOOLS]/gsutil.py", |
2920 "--force-version", | 2920 "--force-version", |
2921 "4.7", | 2921 "4.7", |
2922 "-o", | 2922 "-o", |
2923 "GSUtil:parallel_composite_upload_threshold=50M", | 2923 "GSUtil:parallel_composite_upload_threshold=50M", |
2924 "----", | 2924 "----", |
2925 "cp", | 2925 "cp", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2978 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2978 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
2979 "@@@STEP_LOG_END@python.inline@@@" | 2979 "@@@STEP_LOG_END@python.inline@@@" |
2980 ] | 2980 ] |
2981 }, | 2981 }, |
2982 { | 2982 { |
2983 "name": "$result", | 2983 "name": "$result", |
2984 "recipe_result": null, | 2984 "recipe_result": null, |
2985 "status_code": 0 | 2985 "status_code": 0 |
2986 } | 2986 } |
2987 ] | 2987 ] |
OLD | NEW |