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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_v8rel.expected/standard.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 ], 135 ],
136 "cwd": "[SLAVE_BUILD]/v8", 136 "cwd": "[SLAVE_BUILD]/v8",
137 "name": "V8Releases" 137 "name": "V8Releases"
138 }, 138 },
139 { 139 {
140 "cmd": [ 140 "cmd": [
141 "python", 141 "python",
142 "-u", 142 "-u",
143 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 143 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
144 "--", 144 "--",
145 "[DEPOT_TOOLS]/gsutil.py", 145 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
146 "----", 146 "----",
147 "cp", 147 "cp",
148 "[SLAVE_BUILD]/v8-releases-update.json", 148 "[SLAVE_BUILD]/v8-releases-update.json",
149 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" 149 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json"
150 ], 150 ],
151 "name": "gsutil upload", 151 "name": "gsutil upload",
152 "~followup_annotations": [ 152 "~followup_annotations": [
153 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@" 153 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@"
154 ] 154 ]
155 }, 155 },
156 { 156 {
157 "name": "$result", 157 "name": "$result",
158 "recipe_result": null, 158 "recipe_result": null,
159 "status_code": 0 159 "status_code": 0
160 } 160 }
161 ] 161 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698