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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "0" 312 "0"
313 ], 313 ],
314 "name": "Copy Go binary" 314 "name": "Copy Go binary"
315 }, 315 },
316 { 316 {
317 "cmd": [ 317 "cmd": [
318 "python", 318 "python",
319 "-u", 319 "-u",
320 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 320 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
321 "--", 321 "--",
322 "[DEPOT_TOOLS]/gsutil.py", 322 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
323 "----", 323 "----",
324 "help" 324 "help"
325 ], 325 ],
326 "name": "gsutil help" 326 "name": "gsutil help"
327 }, 327 },
328 { 328 {
329 "cmd": [ 329 "cmd": [
330 "python", 330 "python",
331 "-u", 331 "-u",
332 "\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", 332 "\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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 "@@@STEP_LOG_END@json.output@@@", 658 "@@@STEP_LOG_END@json.output@@@",
659 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 659 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
660 ] 660 ]
661 }, 661 },
662 { 662 {
663 "name": "$result", 663 "name": "$result",
664 "recipe_result": null, 664 "recipe_result": null,
665 "status_code": 0 665 "status_code": 0
666 } 666 }
667 ] 667 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698