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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "0" 287 "0"
288 ], 288 ],
289 "name": "Copy Go binary" 289 "name": "Copy Go binary"
290 }, 290 },
291 { 291 {
292 "cmd": [ 292 "cmd": [
293 "python", 293 "python",
294 "-u", 294 "-u",
295 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 295 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
296 "--", 296 "--",
297 "[DEPOT_TOOLS]/gsutil.py", 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
298 "----", 298 "----",
299 "help" 299 "help"
300 ], 300 ],
301 "name": "gsutil help" 301 "name": "gsutil help"
302 }, 302 },
303 { 303 {
304 "cmd": [ 304 "cmd": [
305 "python", 305 "python",
306 "-u", 306 "-u",
307 "\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", 307 "\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 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 "@@@STEP_LOG_END@json.output@@@", 1243 "@@@STEP_LOG_END@json.output@@@",
1244 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1244 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1245 ] 1245 ]
1246 }, 1246 },
1247 { 1247 {
1248 "name": "$result", 1248 "name": "$result",
1249 "recipe_result": null, 1249 "recipe_result": null,
1250 "status_code": 0 1250 "status_code": 0
1251 } 1251 }
1252 ] 1252 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698