| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "chromium.perf", | 201 "chromium.perf", |
| 202 "-b", | 202 "-b", |
| 203 "Win Builder", | 203 "Win Builder", |
| 204 "--config-file", | 204 "--config-file", |
| 205 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 205 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 206 "--goma-dir", | 206 "--goma-dir", |
| 207 "[CACHE]\\cipd\\goma", | 207 "[CACHE]\\cipd\\goma", |
| 208 "//out/Release" | 208 "//out/Release" |
| 209 ], | 209 ], |
| 210 "cwd": "[SLAVE_BUILD]", | 210 "cwd": "[SLAVE_BUILD]", |
| 211 "env": { |
| 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 213 }, |
| 211 "name": "generate_build_files" | 214 "name": "generate_build_files" |
| 212 }, | 215 }, |
| 213 { | 216 { |
| 214 "cmd": [ | 217 "cmd": [ |
| 215 "python", | 218 "python", |
| 216 "-u", | 219 "-u", |
| 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 218 "--show-path", | 221 "--show-path", |
| 219 "python", | 222 "python", |
| 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 223 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 ], | 510 ], |
| 508 "cwd": "[SLAVE_BUILD]", | 511 "cwd": "[SLAVE_BUILD]", |
| 509 "name": "process_dumps" | 512 "name": "process_dumps" |
| 510 }, | 513 }, |
| 511 { | 514 { |
| 512 "name": "$result", | 515 "name": "$result", |
| 513 "recipe_result": null, | 516 "recipe_result": null, |
| 514 "status_code": 0 | 517 "status_code": 0 |
| 515 } | 518 } |
| 516 ] | 519 ] |
| OLD | NEW |