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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus5_perf_bisect.json

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "--rietveld_server", 99 "--rietveld_server",
100 "https://codereview.chromium.org", 100 "https://codereview.chromium.org",
101 "--output_json", 101 "--output_json",
102 "/path/to/tmp/json", 102 "/path/to/tmp/json",
103 "--revision", 103 "--revision",
104 "src@1111111", 104 "src@1111111",
105 "--output_manifest" 105 "--output_manifest"
106 ], 106 ],
107 "cwd": "[BUILDER_CACHE]/android_nexus5_perf_bisect", 107 "cwd": "[BUILDER_CACHE]/android_nexus5_perf_bisect",
108 "env": { 108 "env": {
109 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 109 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
110 }, 110 },
111 "name": "bot_update", 111 "name": "bot_update",
112 "~followup_annotations": [ 112 "~followup_annotations": [
113 "@@@STEP_TEXT@Some step text@@@", 113 "@@@STEP_TEXT@Some step text@@@",
114 "@@@STEP_LOG_LINE@json.output@{@@@", 114 "@@@STEP_LOG_LINE@json.output@{@@@",
115 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 115 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
116 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 116 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
117 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", 117 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@",
118 "@@@STEP_LOG_LINE@json.output@ }, @@@", 118 "@@@STEP_LOG_LINE@json.output@ }, @@@",
119 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 119 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 "--rietveld_server", 728 "--rietveld_server",
729 "https://codereview.chromium.org", 729 "https://codereview.chromium.org",
730 "--output_json", 730 "--output_json",
731 "/path/to/tmp/json", 731 "/path/to/tmp/json",
732 "--revision", 732 "--revision",
733 "src@1111111", 733 "src@1111111",
734 "--output_manifest" 734 "--output_manifest"
735 ], 735 ],
736 "cwd": "[BUILDER_CACHE]/android_nexus5_perf_bisect", 736 "cwd": "[BUILDER_CACHE]/android_nexus5_perf_bisect",
737 "env": { 737 "env": {
738 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 738 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
739 }, 739 },
740 "name": "bot_update (2)", 740 "name": "bot_update (2)",
741 "~followup_annotations": [ 741 "~followup_annotations": [
742 "@@@STEP_TEXT@Some step text@@@", 742 "@@@STEP_TEXT@Some step text@@@",
743 "@@@STEP_LOG_LINE@json.output@{@@@", 743 "@@@STEP_LOG_LINE@json.output@{@@@",
744 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 744 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
745 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 745 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
746 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", 746 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@",
747 "@@@STEP_LOG_LINE@json.output@ }, @@@", 747 "@@@STEP_LOG_LINE@json.output@ }, @@@",
748 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 748 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 923 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
924 "@@@STEP_LOG_END@python.inline@@@" 924 "@@@STEP_LOG_END@python.inline@@@"
925 ] 925 ]
926 }, 926 },
927 { 927 {
928 "name": "$result", 928 "name": "$result",
929 "recipe_result": null, 929 "recipe_result": null,
930 "status_code": 0 930 "status_code": 0
931 } 931 }
932 ] 932 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698