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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "0" 285 "0"
286 ], 286 ],
287 "name": "Copy Go binary" 287 "name": "Copy Go binary"
288 }, 288 },
289 { 289 {
290 "cmd": [ 290 "cmd": [
291 "python", 291 "python",
292 "-u", 292 "-u",
293 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 293 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
294 "--", 294 "--",
295 "[DEPOT_TOOLS]/gsutil.py", 295 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
296 "----", 296 "----",
297 "help" 297 "help"
298 ], 298 ],
299 "name": "gsutil help" 299 "name": "gsutil help"
300 }, 300 },
301 { 301 {
302 "cmd": [ 302 "cmd": [
303 "python", 303 "python",
304 "-u", 304 "-u",
305 "\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", 305 "\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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1045 }, 1045 },
1046 "name": "Upload DM Results" 1046 "name": "Upload DM Results"
1047 }, 1047 },
1048 { 1048 {
1049 "name": "$result", 1049 "name": "$result",
1050 "recipe_result": null, 1050 "recipe_result": null,
1051 "status_code": 0 1051 "status_code": 0
1052 } 1052 }
1053 ] 1053 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698