| 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 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 709 "@@@STEP_LOG_LINE@json.output@}@@@", | 709 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 710 "@@@STEP_LOG_END@json.output@@@", | 710 "@@@STEP_LOG_END@json.output@@@", |
| 711 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 711 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 712 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 712 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 713 ] | 713 ] |
| 714 }, | 714 }, |
| 715 { | 715 { |
| 716 "cmd": [ | 716 "cmd": [ |
| 717 "python", | 717 "python", |
| 718 "-u", | 718 "-u", |
| 719 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 719 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 720 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 720 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 721 "/path/to/tmp/" | 721 "/path/to/tmp/" |
| 722 ], | 722 ], |
| 723 "name": "read skp VERSION" | 723 "name": "read skp VERSION" |
| 724 }, | 724 }, |
| 725 { | 725 { |
| 726 "cmd": [ | 726 "cmd": [ |
| 727 "python", | 727 "python", |
| 728 "-u", | 728 "-u", |
| 729 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 729 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 730 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 730 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 731 "/path/to/tmp/" | 731 "/path/to/tmp/" |
| 732 ], | 732 ], |
| 733 "name": "read skimage VERSION" | 733 "name": "read skimage VERSION" |
| 734 }, | 734 }, |
| 735 { | 735 { |
| 736 "cmd": [ | 736 "cmd": [ |
| 737 "python", | 737 "python", |
| 738 "-u", | 738 "-u", |
| 739 "\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", | 739 "\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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1304 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1304 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 1305 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 1305 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 1306 ] | 1306 ] |
| 1307 }, | 1307 }, |
| 1308 { | 1308 { |
| 1309 "name": "$result", | 1309 "name": "$result", |
| 1310 "recipe_result": null, | 1310 "recipe_result": null, |
| 1311 "status_code": 0 | 1311 "status_code": 0 |
| 1312 } | 1312 } |
| 1313 ] | 1313 ] |
| OLD | NEW |