| 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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 "@@@STEP_LOG_LINE@json.output@}@@@", | 714 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 715 "@@@STEP_LOG_END@json.output@@@", | 715 "@@@STEP_LOG_END@json.output@@@", |
| 716 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 716 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 717 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 717 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 718 ] | 718 ] |
| 719 }, | 719 }, |
| 720 { | 720 { |
| 721 "cmd": [ | 721 "cmd": [ |
| 722 "python", | 722 "python", |
| 723 "-u", | 723 "-u", |
| 724 "\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", | 724 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 725 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 725 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 726 "/path/to/tmp/" | 726 "/path/to/tmp/" |
| 727 ], | 727 ], |
| 728 "name": "read skp VERSION" | 728 "name": "read skp VERSION" |
| 729 }, | 729 }, |
| 730 { | 730 { |
| 731 "cmd": [ | 731 "cmd": [ |
| 732 "python", | 732 "python", |
| 733 "-u", | 733 "-u", |
| 734 "\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", | 734 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 735 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 735 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 736 "/path/to/tmp/" | 736 "/path/to/tmp/" |
| 737 ], | 737 ], |
| 738 "name": "read skimage VERSION" | 738 "name": "read skimage VERSION" |
| 739 }, | 739 }, |
| 740 { | 740 { |
| 741 "cmd": [ | 741 "cmd": [ |
| 742 "python", | 742 "python", |
| 743 "-u", | 743 "-u", |
| 744 "\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", | 744 "\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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1045 }, | 1045 }, |
| 1046 "name": "Upload DM Results" | 1046 "name": "Upload DM Results" |
| 1047 }, | 1047 }, |
| 1048 { | 1048 { |
| 1049 "name": "$result", | 1049 "name": "$result", |
| 1050 "recipe_result": null, | 1050 "recipe_result": null, |
| 1051 "status_code": 0 | 1051 "status_code": 0 |
| 1052 } | 1052 } |
| 1053 ] | 1053 ] |
| OLD | NEW |