OLD | NEW |
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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 "0" | 312 "0" |
313 ], | 313 ], |
314 "name": "Copy Go binary" | 314 "name": "Copy Go binary" |
315 }, | 315 }, |
316 { | 316 { |
317 "cmd": [ | 317 "cmd": [ |
318 "python", | 318 "python", |
319 "-u", | 319 "-u", |
320 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 320 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
321 "--", | 321 "--", |
322 "[DEPOT_TOOLS]/gsutil.py", | 322 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
323 "----", | 323 "----", |
324 "help" | 324 "help" |
325 ], | 325 ], |
326 "name": "gsutil help" | 326 "name": "gsutil help" |
327 }, | 327 }, |
328 { | 328 { |
329 "cmd": [ | 329 "cmd": [ |
330 "python", | 330 "python", |
331 "-u", | 331 "-u", |
332 "\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", | 332 "\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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 "@@@STEP_LOG_END@json.output@@@", | 658 "@@@STEP_LOG_END@json.output@@@", |
659 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 659 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
660 ] | 660 ] |
661 }, | 661 }, |
662 { | 662 { |
663 "name": "$result", | 663 "name": "$result", |
664 "recipe_result": null, | 664 "recipe_result": null, |
665 "status_code": 0 | 665 "status_code": 0 |
666 } | 666 } |
667 ] | 667 ] |
OLD | NEW |