Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/amp_test_local_fallback.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after
2839 "[SLAVE_BUILD]/src/out/Release/full_log", 2839 "[SLAVE_BUILD]/src/out/Release/full_log",
2840 "[SLAVE_BUILD]/src/out/logcat" 2840 "[SLAVE_BUILD]/src/out/logcat"
2841 ], 2841 ],
2842 "cwd": "[SLAVE_BUILD]", 2842 "cwd": "[SLAVE_BUILD]",
2843 "name": "logcat_dump" 2843 "name": "logcat_dump"
2844 }, 2844 },
2845 { 2845 {
2846 "cmd": [ 2846 "cmd": [
2847 "python", 2847 "python",
2848 "-u", 2848 "-u",
2849 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 2849 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
2850 "--timeout", 2850 "--timeout",
2851 "300", 2851 "300",
2852 "--", 2852 "--",
2853 "[DEPOT_TOOLS]/gsutil.py", 2853 "[DEPOT_TOOLS]/gsutil.py",
2854 "--force-version", 2854 "--force-version",
2855 "4.7", 2855 "4.7",
2856 "-o", 2856 "-o",
2857 "GSUtil:parallel_composite_upload_threshold=50M", 2857 "GSUtil:parallel_composite_upload_threshold=50M",
2858 "----", 2858 "----",
2859 "cp", 2859 "cp",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
2912 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2912 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2913 "@@@STEP_LOG_END@python.inline@@@" 2913 "@@@STEP_LOG_END@python.inline@@@"
2914 ] 2914 ]
2915 }, 2915 },
2916 { 2916 {
2917 "name": "$result", 2917 "name": "$result",
2918 "recipe_result": null, 2918 "recipe_result": null,
2919 "status_code": 0 2919 "status_code": 0
2920 } 2920 }
2921 ] 2921 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698