| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "--build-number", | 169 "--build-number", |
| 170 "571" | 170 "571" |
| 171 ], | 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", | 172 "cwd": "[SLAVE_BUILD]", |
| 173 "name": "extract build" | 173 "name": "extract build" |
| 174 }, | 174 }, |
| 175 { | 175 { |
| 176 "cmd": [ | 176 "cmd": [ |
| 177 "python", | 177 "python", |
| 178 "-u", | 178 "-u", |
| 179 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
| 180 "--target", | |
| 181 "Release" | |
| 182 ], | |
| 183 "cwd": "[SLAVE_BUILD]", | |
| 184 "name": "start_crash_service" | |
| 185 }, | |
| 186 { | |
| 187 "cmd": [ | |
| 188 "python", | |
| 189 "-u", | |
| 190 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark", | 179 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark", |
| 191 "list", | 180 "list", |
| 192 "--browser", | 181 "--browser", |
| 193 "release", | 182 "release", |
| 194 "--json-output", | 183 "--json-output", |
| 195 "/path/to/tmp/json", | 184 "/path/to/tmp/json", |
| 196 "--num-shards", | 185 "--num-shards", |
| 197 "1" | 186 "1" |
| 198 ], | 187 ], |
| 199 "cwd": "[SLAVE_BUILD]", | 188 "cwd": "[SLAVE_BUILD]", |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 ], | 403 ], |
| 415 "cwd": "[SLAVE_BUILD]", | 404 "cwd": "[SLAVE_BUILD]", |
| 416 "name": "process_dumps" | 405 "name": "process_dumps" |
| 417 }, | 406 }, |
| 418 { | 407 { |
| 419 "name": "$result", | 408 "name": "$result", |
| 420 "recipe_result": null, | 409 "recipe_result": null, |
| 421 "status_code": 0 | 410 "status_code": 0 |
| 422 } | 411 } |
| 423 ] | 412 ] |
| OLD | NEW |