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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_release_process.expected/recent_lkgr.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Auto-roll - release process", 10 "Auto-roll - release process",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "[SLAVE_BUILD]/refs_heads_lkgr.log" 136 "[SLAVE_BUILD]/refs_heads_lkgr.log"
137 ], 137 ],
138 "name": "Write refs_heads_lkgr.log" 138 "name": "Write refs_heads_lkgr.log"
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 144 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
145 "--", 145 "--",
146 "[DEPOT_TOOLS]/gsutil.py", 146 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
147 "----", 147 "----",
148 "cp", 148 "cp",
149 "[SLAVE_BUILD]/refs_heads_lkgr.log", 149 "[SLAVE_BUILD]/refs_heads_lkgr.log",
150 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" 150 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log"
151 ], 151 ],
152 "name": "gsutil upload", 152 "name": "gsutil upload",
153 "~followup_annotations": [ 153 "~followup_annotations": [
154 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_lkgr.log@@@" 154 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_lkgr.log@@@"
155 ] 155 ]
156 }, 156 },
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "Current candidate is 5h old (limit: 8h)." 234 "Current candidate is 5h old (limit: 8h)."
235 ], 235 ],
236 "name": "log" 236 "name": "log"
237 }, 237 },
238 { 238 {
239 "name": "$result", 239 "name": "$result",
240 "recipe_result": null, 240 "recipe_result": null,
241 "status_code": 0 241 "status_code": 0
242 } 242 }
243 ] 243 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698