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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "0" 288 "0"
289 ], 289 ],
290 "name": "Copy Go binary" 290 "name": "Copy Go binary"
291 }, 291 },
292 { 292 {
293 "cmd": [ 293 "cmd": [
294 "python", 294 "python",
295 "-u", 295 "-u",
296 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 296 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
297 "--", 297 "--",
298 "[DEPOT_TOOLS]/gsutil.py", 298 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
299 "----", 299 "----",
300 "help" 300 "help"
301 ], 301 ],
302 "name": "gsutil help" 302 "name": "gsutil help"
303 }, 303 },
304 { 304 {
305 "cmd": [ 305 "cmd": [
306 "python", 306 "python",
307 "-u", 307 "-u",
308 "\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", 308 "\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 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1036 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1037 }, 1037 },
1038 "name": "Upload DM Results" 1038 "name": "Upload DM Results"
1039 }, 1039 },
1040 { 1040 {
1041 "name": "$result", 1041 "name": "$result",
1042 "recipe_result": null, 1042 "recipe_result": null,
1043 "status_code": 0 1043 "status_code": 0
1044 } 1044 }
1045 ] 1045 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698