| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 124 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 125 "@@@STEP_LOG_LINE@python.inline@@@@", | 125 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 126 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", | 126 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", |
| 127 "@@@STEP_LOG_END@python.inline@@@" | 127 "@@@STEP_LOG_END@python.inline@@@" |
| 128 ] | 128 ] |
| 129 }, | 129 }, |
| 130 { | 130 { |
| 131 "cmd": [ | 131 "cmd": [ |
| 132 "python", | 132 "python", |
| 133 "-u", | 133 "-u", |
| 134 "\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", | 134 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 135 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi", | 135 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi", |
| 136 "/path/to/tmp/" | 136 "/path/to/tmp/" |
| 137 ], | 137 ], |
| 138 "name": "read_unittests_gypi" | 138 "name": "read_unittests_gypi" |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 144 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 "~followup_annotations": [ | 220 "~followup_annotations": [ |
| 221 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu
g.csv/@@@" | 221 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu
g.csv/@@@" |
| 222 ] | 222 ] |
| 223 }, | 223 }, |
| 224 { | 224 { |
| 225 "name": "$result", | 225 "name": "$result", |
| 226 "recipe_result": null, | 226 "recipe_result": null, |
| 227 "status_code": 0 | 227 "status_code": 0 |
| 228 } | 228 } |
| 229 ] | 229 ] |
| OLD | NEW |