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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.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\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "syzyasan-win32-release-v8-component-43426", 281 "syzyasan-win32-release-v8-component-43426",
282 "[\"file 1\", \"file 2\"]", 282 "[\"file 1\", \"file 2\"]",
283 "[SLAVE_BUILD]\\src\\out\\Release" 283 "[SLAVE_BUILD]\\src\\out\\Release"
284 ], 284 ],
285 "name": "zipping" 285 "name": "zipping"
286 }, 286 },
287 { 287 {
288 "cmd": [ 288 "cmd": [
289 "python", 289 "python",
290 "-u", 290 "-u",
291 "[DEPOT_TOOLS]\\gsutil.py", 291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
292 "--", 292 "--",
293 "-h", 293 "-h",
294 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#43426}", 294 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#43426}",
295 "-h", 295 "-h",
296 "x-goog-meta-Cr-Commit-Position-Number:43426", 296 "x-goog-meta-Cr-Commit-Position-Number:43426",
297 "-h", 297 "-h",
298 "x-goog-meta-Cr-Git-Commit:801ada225ddc271c132c3a35f03975671d43e399", 298 "x-goog-meta-Cr-Git-Commit:801ada225ddc271c132c3a35f03975671d43e399",
299 "cp", 299 "cp",
300 "-a", 300 "-a",
301 "public-read", 301 "public-read",
(...skipping 20 matching lines...) Expand all
322 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 322 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
323 "@@@STEP_LOG_END@python.inline@@@" 323 "@@@STEP_LOG_END@python.inline@@@"
324 ] 324 ]
325 }, 325 },
326 { 326 {
327 "name": "$result", 327 "name": "$result",
328 "recipe_result": null, 328 "recipe_result": null,
329 "status_code": 0 329 "status_code": 0
330 } 330 }
331 ] 331 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698