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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "0" 286 "0"
287 ], 287 ],
288 "name": "Copy Go binary" 288 "name": "Copy Go binary"
289 }, 289 },
290 { 290 {
291 "cmd": [ 291 "cmd": [
292 "python", 292 "python",
293 "-u", 293 "-u",
294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
295 "--", 295 "--",
296 "[DEPOT_TOOLS]/gsutil.py", 296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
297 "----", 297 "----",
298 "help" 298 "help"
299 ], 299 ],
300 "name": "gsutil help" 300 "name": "gsutil help"
301 }, 301 },
302 { 302 {
303 "cmd": [ 303 "cmd": [
304 "python", 304 "python",
305 "-u", 305 "-u",
306 "\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", 306 "\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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 "@@@STEP_LOG_END@json.output@@@", 1289 "@@@STEP_LOG_END@json.output@@@",
1290 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1290 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1291 ] 1291 ]
1292 }, 1292 },
1293 { 1293 {
1294 "name": "$result", 1294 "name": "$result",
1295 "recipe_result": null, 1295 "recipe_result": null,
1296 "status_code": 0 1296 "status_code": 0
1297 } 1297 }
1298 ] 1298 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698