| 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", |
| 179 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark", | 190 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark", |
| 180 "list", | 191 "list", |
| 181 "--browser", | 192 "--browser", |
| 182 "release", | 193 "release", |
| 183 "--json-output", | 194 "--json-output", |
| 184 "/path/to/tmp/json", | 195 "/path/to/tmp/json", |
| 185 "--num-shards", | 196 "--num-shards", |
| 186 "1" | 197 "1" |
| 187 ], | 198 ], |
| 188 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 ], | 414 ], |
| 404 "cwd": "[SLAVE_BUILD]", | 415 "cwd": "[SLAVE_BUILD]", |
| 405 "name": "process_dumps" | 416 "name": "process_dumps" |
| 406 }, | 417 }, |
| 407 { | 418 { |
| 408 "name": "$result", | 419 "name": "$result", |
| 409 "recipe_result": null, | 420 "recipe_result": null, |
| 410 "status_code": 0 | 421 "status_code": 0 |
| 411 } | 422 } |
| 412 ] | 423 ] |
| OLD | NEW |