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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_v8rel.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 14 matching lines...) Expand all
25 "[GIT_CACHE]", 25 "[GIT_CACHE]",
26 "--output_json", 26 "--output_json",
27 "/path/to/tmp/json", 27 "/path/to/tmp/json",
28 "--revision", 28 "--revision",
29 "src@HEAD", 29 "src@HEAD",
30 "--no_shallow", 30 "--no_shallow",
31 "--output_manifest", 31 "--output_manifest",
32 "--with_branch_heads" 32 "--with_branch_heads"
33 ], 33 ],
34 "env": { 34 "env": {
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
36 }, 36 },
37 "name": "bot_update", 37 "name": "bot_update",
38 "~followup_annotations": [ 38 "~followup_annotations": [
39 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
40 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
44 "@@@STEP_LOG_LINE@json.output@ }, @@@", 44 "@@@STEP_LOG_LINE@json.output@ }, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "~followup_annotations": [ 145 "~followup_annotations": [
146 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@" 146 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@"
147 ] 147 ]
148 }, 148 },
149 { 149 {
150 "name": "$result", 150 "name": "$result",
151 "recipe_result": null, 151 "recipe_result": null,
152 "status_code": 0 152 "status_code": 0
153 } 153 }
154 ] 154 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698