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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_deps.expected/standard.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "--output_json", 65 "--output_json",
66 "/path/to/tmp/json", 66 "/path/to/tmp/json",
67 "--revision", 67 "--revision",
68 "src@HEAD", 68 "src@HEAD",
69 "--revision", 69 "--revision",
70 "src/v8@HEAD", 70 "src/v8@HEAD",
71 "--no_shallow", 71 "--no_shallow",
72 "--output_manifest" 72 "--output_manifest"
73 ], 73 ],
74 "env": { 74 "env": {
75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 75 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
76 }, 76 },
77 "name": "bot_update", 77 "name": "bot_update",
78 "~followup_annotations": [ 78 "~followup_annotations": [
79 "@@@STEP_TEXT@Some step text@@@", 79 "@@@STEP_TEXT@Some step text@@@",
80 "@@@STEP_LOG_LINE@json.output@{@@@", 80 "@@@STEP_LOG_LINE@json.output@{@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 81 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
83 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", 83 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"HEAD\"@@@", 84 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"HEAD\"@@@",
85 "@@@STEP_LOG_LINE@json.output@ }, @@@", 85 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\" : \"success\", \"value\": 1}" 218 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\" : \"success\", \"value\": 1}"
219 ], 219 ],
220 "name": "upload stats" 220 "name": "upload stats"
221 }, 221 },
222 { 222 {
223 "name": "$result", 223 "name": "$result",
224 "recipe_result": null, 224 "recipe_result": null,
225 "status_code": 0 225 "status_code": 0
226 } 226 }
227 ] 227 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698