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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "0" 315 "0"
316 ], 316 ],
317 "name": "Copy Go binary" 317 "name": "Copy Go binary"
318 }, 318 },
319 { 319 {
320 "cmd": [ 320 "cmd": [
321 "python", 321 "python",
322 "-u", 322 "-u",
323 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 323 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
324 "--", 324 "--",
325 "[DEPOT_TOOLS]/gsutil.py", 325 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
326 "----", 326 "----",
327 "help" 327 "help"
328 ], 328 ],
329 "name": "gsutil help" 329 "name": "gsutil help"
330 }, 330 },
331 { 331 {
332 "cmd": [ 332 "cmd": [
333 "python", 333 "python",
334 "-u", 334 "-u",
335 "\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", 335 "\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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1106 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1107 }, 1107 },
1108 "name": "Upload perf results" 1108 "name": "Upload perf results"
1109 }, 1109 },
1110 { 1110 {
1111 "name": "$result", 1111 "name": "$result",
1112 "recipe_result": null, 1112 "recipe_result": null,
1113 "status_code": 0 1113 "status_code": 0
1114 } 1114 }
1115 ] 1115 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698