| 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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 "@@@STEP_LOG_LINE@json.output@}@@@", | 733 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 734 "@@@STEP_LOG_END@json.output@@@", | 734 "@@@STEP_LOG_END@json.output@@@", |
| 735 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 735 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 736 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 736 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 737 ] | 737 ] |
| 738 }, | 738 }, |
| 739 { | 739 { |
| 740 "cmd": [ | 740 "cmd": [ |
| 741 "python", | 741 "python", |
| 742 "-u", | 742 "-u", |
| 743 "\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", | 743 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 744 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 744 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 745 "/path/to/tmp/" | 745 "/path/to/tmp/" |
| 746 ], | 746 ], |
| 747 "name": "read skp VERSION" | 747 "name": "read skp VERSION" |
| 748 }, | 748 }, |
| 749 { | 749 { |
| 750 "cmd": [ | 750 "cmd": [ |
| 751 "python", | 751 "python", |
| 752 "-u", | 752 "-u", |
| 753 "\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", | 753 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 754 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 754 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 755 "/path/to/tmp/" | 755 "/path/to/tmp/" |
| 756 ], | 756 ], |
| 757 "name": "read skimage VERSION" | 757 "name": "read skimage VERSION" |
| 758 }, | 758 }, |
| 759 { | 759 { |
| 760 "cmd": [ | 760 "cmd": [ |
| 761 "python", | 761 "python", |
| 762 "-u", | 762 "-u", |
| 763 "\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", | 763 "\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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1073 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 1073 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 1074 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 1074 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 1075 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 1075 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 1076 "@@@STEP_LOG_END@python.inline@@@" | 1076 "@@@STEP_LOG_END@python.inline@@@" |
| 1077 ] | 1077 ] |
| 1078 }, | 1078 }, |
| 1079 { | 1079 { |
| 1080 "cmd": [ | 1080 "cmd": [ |
| 1081 "python", | 1081 "python", |
| 1082 "-u", | 1082 "-u", |
| 1083 "\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", | 1083 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1084 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia/0/perfdata/Perf-Ubuntu-
GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/data/nanobench_9046e2e693bb92a76e972b6945
80e5d17ad10748.json", | 1084 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia/0/perfdata/Perf-Ubuntu-
GCC-GCE-CPU-AVX2-x86_64-Release-Trybot/data/nanobench_9046e2e693bb92a76e972b6945
80e5d17ad10748.json", |
| 1085 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data/nanobench_9046e2e693bb92a76e972b694580e5d17ad10748_1408633190.json" | 1085 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data/nanobench_9046e2e693bb92a76e972b694580e5d17ad10748_1408633190.json" |
| 1086 ], | 1086 ], |
| 1087 "name": "perf_results" | 1087 "name": "perf_results" |
| 1088 }, | 1088 }, |
| 1089 { | 1089 { |
| 1090 "cmd": [ | 1090 "cmd": [ |
| 1091 "python", | 1091 "python", |
| 1092 "-u", | 1092 "-u", |
| 1093 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", | 1093 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 1104 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1104 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1105 }, | 1105 }, |
| 1106 "name": "Upload perf results" | 1106 "name": "Upload perf results" |
| 1107 }, | 1107 }, |
| 1108 { | 1108 { |
| 1109 "name": "$result", | 1109 "name": "$result", |
| 1110 "recipe_result": null, | 1110 "recipe_result": null, |
| 1111 "status_code": 0 | 1111 "status_code": 0 |
| 1112 } | 1112 } |
| 1113 ] | 1113 ] |
| OLD | NEW |