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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug.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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "0" 282 "0"
283 ], 283 ],
284 "name": "Copy Go binary" 284 "name": "Copy Go binary"
285 }, 285 },
286 { 286 {
287 "cmd": [ 287 "cmd": [
288 "python", 288 "python",
289 "-u", 289 "-u",
290 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 290 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
291 "--", 291 "--",
292 "[DEPOT_TOOLS]/gsutil.py", 292 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
293 "----", 293 "----",
294 "help" 294 "help"
295 ], 295 ],
296 "name": "gsutil help" 296 "name": "gsutil help"
297 }, 297 },
298 { 298 {
299 "cmd": [ 299 "cmd": [
300 "python", 300 "python",
301 "-u", 301 "-u",
302 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 302 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "@@@STEP_LOG_END@json.output@@@", 623 "@@@STEP_LOG_END@json.output@@@",
624 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 624 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
625 ] 625 ]
626 }, 626 },
627 { 627 {
628 "name": "$result", 628 "name": "$result",
629 "recipe_result": null, 629 "recipe_result": null,
630 "status_code": 0 630 "status_code": 0
631 } 631 }
632 ] 632 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698